Skip to content

Commit 6869572

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#127)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a7c465 commit 6869572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
core.setOutput('release_tag', latestRelease.tag_name)
7575
7676
- name: Download all artifacts
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v5
7878

7979
- name: prepare macos-latest arifacts
8080
run: |

0 commit comments

Comments
 (0)