Skip to content

Commit 81be0ed

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c4c76b commit 81be0ed

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
@@ -123,7 +123,7 @@ jobs:
123123
run: env
124124

125125
- name: Download package
126-
uses: actions/download-artifact@v5
126+
uses: actions/download-artifact@v6
127127
with:
128128
name: dist-packages
129129
path: dist
@@ -279,7 +279,7 @@ jobs:
279279
runs-on: ubuntu-24.04
280280
steps:
281281
- name: Download distribution files
282-
uses: actions/download-artifact@v5
282+
uses: actions/download-artifact@v6
283283
with:
284284
name: dist-packages
285285
path: dist
@@ -325,7 +325,7 @@ jobs:
325325
id-token: write
326326
steps:
327327
- name: Download distribution files
328-
uses: actions/download-artifact@v5
328+
uses: actions/download-artifact@v6
329329
with:
330330
name: dist-packages
331331
path: dist

0 commit comments

Comments
 (0)