Skip to content

Commit 71150c0

Browse files
dependabot[bot]stefan-as
authored andcommitted
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7cbe83 commit 71150c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

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

0 commit comments

Comments
 (0)