Skip to content

Commit e858149

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
submodules: "recursive"
9696

97-
- uses: actions/download-artifact@v4
97+
- uses: actions/download-artifact@v5
9898
with:
9999
name: ${{ env.artifact_name }}
100100

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
submodules: "recursive"
3939

40-
- uses: actions/download-artifact@v4
40+
- uses: actions/download-artifact@v5
4141
with:
4242
name: ${{ env.artifact_name }}
4343

@@ -73,7 +73,7 @@ jobs:
7373
token: ${{secrets.GITHUB_TOKEN}}
7474
always-auth: true
7575

76-
- uses: actions/download-artifact@v4
76+
- uses: actions/download-artifact@v5
7777
with:
7878
name: ${{ env.artifact_name }}
7979

0 commit comments

Comments
 (0)