Skip to content

Commit ac6eb9f

Browse files
Bump actions/download-artifact from 6 to 7 (#6)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 04c061b commit ac6eb9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
7373

7474
- name: Download artifacts
75-
uses: actions/download-artifact@v6
75+
uses: actions/download-artifact@v7
7676
with:
7777
name: NuGetPackage.${{ env.RELEASE_VERSION }}
7878
path: ./artifacts/
@@ -94,7 +94,7 @@ jobs:
9494
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
9595

9696
- name: Download artifacts
97-
uses: actions/download-artifact@v6
97+
uses: actions/download-artifact@v7
9898
with:
9999
name: NuGetPackage.${{ env.RELEASE_VERSION }}
100100
path: ./artifacts/

0 commit comments

Comments
 (0)