Skip to content

Commit 31713f1

Browse files
Bump actions/download-artifact from 4 to 5 in the artifacts group
Bumps the artifacts group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: artifacts ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6e847c commit 31713f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: env
150150

151151
- name: Download package
152-
uses: actions/download-artifact@v4
152+
uses: actions/download-artifact@v5
153153
with:
154154
name: dist-packages
155155
path: dist
@@ -305,7 +305,7 @@ jobs:
305305
runs-on: ubuntu-24.04
306306
steps:
307307
- name: Download distribution files
308-
uses: actions/download-artifact@v4
308+
uses: actions/download-artifact@v5
309309
with:
310310
name: dist-packages
311311
path: dist
@@ -351,7 +351,7 @@ jobs:
351351
id-token: write
352352
steps:
353353
- name: Download distribution files
354-
uses: actions/download-artifact@v4
354+
uses: actions/download-artifact@v5
355355
with:
356356
name: dist-packages
357357
path: dist

0 commit comments

Comments
 (0)