Skip to content

Commit 67dadf7

Browse files
⬆ deps: 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 7c3d852 commit 67dadf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python-version: '3.9'
8787

8888
- name: Get coverage files
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v6
9090
id: download
9191
with:
9292
pattern: coverage-*

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id-token: write
6060
steps:
6161
- name: Retrieve release distributions
62-
uses: actions/download-artifact@v5
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: release-dists
6565
path: dist/
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Retrieve release distributions
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v6
9090
with:
9191
name: release-dists
9292
path: dist/
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v5
118118

119119
- name: Download all the dists
120-
uses: actions/download-artifact@v5
120+
uses: actions/download-artifact@v6
121121
with:
122122
name: release-dists
123123
path: dist/

0 commit comments

Comments
 (0)