Skip to content

Commit 8b3dc65

Browse files
⬆ bump actions/download-artifact from 4 to 5 (#70)
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 d531f68 commit 8b3dc65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
python-version: '3.9'
7878

7979
- name: Get coverage files
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v5
8181
id: download
8282
with:
8383
pattern: coverage-*

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id-token: write
5858
steps:
5959
- name: Retrieve release distributions
60-
uses: actions/download-artifact@v4
60+
uses: actions/download-artifact@v5
6161
with:
6262
name: release-dists
6363
path: dist/
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Retrieve release distributions
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v5
8989
with:
9090
name: release-dists
9191
path: dist/

0 commit comments

Comments
 (0)