Skip to content

Commit fda5e04

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id-token: write # IMPORTANT: mandatory for trusted publishing
9595
steps:
9696
- name: Download all the dists
97-
uses: actions/download-artifact@v6
97+
uses: actions/download-artifact@v7
9898
with:
9999
name: python-package-distributions
100100
path: dist/
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Download all the dists
117-
uses: actions/download-artifact@v6
117+
uses: actions/download-artifact@v7
118118
with:
119119
name: python-package-distributions
120120
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
just install
210210
211211
- name: Get coverage files
212-
uses: actions/download-artifact@v6
212+
uses: actions/download-artifact@v7
213213
with:
214214
pattern: "*.coverage"
215215
merge-multiple: true

0 commit comments

Comments
 (0)