Skip to content

Commit d867a50

Browse files
Bump actions/download-artifact from 4 to 5 (#37)
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> Co-authored-by: Artem Svetlov <[email protected]>
1 parent faaec8b commit d867a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
needs: pack
2121
steps:
22-
- uses: actions/download-artifact@v4
22+
- uses: actions/download-artifact@v5
2323
with:
2424
name: pack-drop
2525
- name: Prepare
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
needs: pack
3232
steps:
33-
- uses: actions/download-artifact@v4
33+
- uses: actions/download-artifact@v5
3434
with:
3535
name: pack-drop
3636
- name: Push

0 commit comments

Comments
 (0)