Skip to content

Commit 3f7b95b

Browse files
dependabot[bot]Marenz
authored andcommitted
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b00941 commit 3f7b95b

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
@@ -244,7 +244,7 @@ jobs:
244244
- name: Fetch sources
245245
uses: actions/checkout@v4
246246
- name: Download package
247-
uses: actions/download-artifact@v3
247+
uses: actions/download-artifact@v4
248248
with:
249249
name: dist-packages
250250
path: dist
@@ -384,7 +384,7 @@ jobs:
384384
runs-on: ubuntu-20.04
385385
steps:
386386
- name: Download distribution files
387-
uses: actions/download-artifact@v3
387+
uses: actions/download-artifact@v4
388388
with:
389389
name: dist-packages
390390
path: dist
@@ -430,7 +430,7 @@ jobs:
430430
id-token: write
431431
steps:
432432
- name: Download distribution files
433-
uses: actions/download-artifact@v3
433+
uses: actions/download-artifact@v4
434434
with:
435435
name: dist-packages
436436
path: dist

0 commit comments

Comments
 (0)