Skip to content

Commit 317ce97

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#2801)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 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>
1 parent 0429bd7 commit 317ce97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
- name: Install dependencies
255255
run: pip install -U -r requirements_minimal.txt
256256
- name: Download all coverage artifacts
257-
uses: actions/download-artifact@v4.3.0
257+
uses: actions/download-artifact@v5.0.0
258258
- name: Combine Linux coverage results
259259
run: |
260260
coverage combine coverage-linux*/.coverage

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id-token: write
5151
steps:
5252
- name: Download release assets
53-
uses: actions/download-artifact@v4.3.0
53+
uses: actions/download-artifact@v5.0.0
5454
with:
5555
name: release-assets
5656
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write
6868
steps:
6969
- name: Download release assets
70-
uses: actions/download-artifact@v4.3.0
70+
uses: actions/download-artifact@v5.0.0
7171
with:
7272
name: release-assets
7373
path: dist/

0 commit comments

Comments
 (0)