Skip to content

Commit 7f5c38f

Browse files
ci(dependabot): 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] <support@github.com>
1 parent 8700d49 commit 7f5c38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
contents: write # allows writing releases
8686

8787
steps:
88-
- uses: actions/download-artifact@v4
88+
- uses: actions/download-artifact@v5
8989
with:
9090
pattern: artifact-*
9191
merge-multiple: true

0 commit comments

Comments
 (0)