Skip to content

Commit 7b6d8e8

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddbad3d commit 7b6d8e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
CARGO_REGISTRY_TOKEN: ${{ secrets.PUBLISH_SECRET }}
8787
# After publishing, create a release
8888
- name: Download archives
89-
uses: actions/download-artifact@v2
89+
uses: actions/download-artifact@v3
9090
with:
9191
name: stableartifacts
9292
- name: Generate release.txt

0 commit comments

Comments
 (0)