Skip to content

Commit f70e452

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62a4d9c commit f70e452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
needs: package-build
5959
steps:
6060
- name: Download Artifacts
61-
uses: actions/download-artifact@v7
61+
uses: actions/download-artifact@v8
6262
with:
6363
name: nuget-packages
6464
path: ./artifacts
@@ -84,7 +84,7 @@ jobs:
8484
needs: package-build
8585
steps:
8686
- name: Download Artifacts
87-
uses: actions/download-artifact@v7
87+
uses: actions/download-artifact@v8
8888
with:
8989
name: nuget-packages
9090
path: ./artifacts

0 commit comments

Comments
 (0)