Skip to content

Commit 04c061b

Browse files
Bump actions/upload-artifact from 5 to 6 (#5)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d527ef5 commit 04c061b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/MergeToMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: matrix.framework == env.HIGHEST_FRAMEWORK
5858

5959
- name: Publish artifacts
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
if: matrix.framework == env.HIGHEST_FRAMEWORK
6262
with:
6363
name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }}

.github/workflows/PullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: matrix.framework == env.LOWEST_FRAMEWORK
8181

8282
- name: Publish artifacts
83-
uses: actions/upload-artifact@v5
83+
uses: actions/upload-artifact@v6
8484
if: matrix.framework == env.LOWEST_FRAMEWORK
8585
with:
8686
name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }}

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:version=${{ env.RELEASE_VERSION }}
5050

5151
- name: Publish artifacts
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: NuGetPackage.${{ env.RELEASE_VERSION }}
5555
path: ./artifacts/

0 commit comments

Comments
 (0)