Skip to content

Commit 650fc34

Browse files
authored
Merge pull request #200 from bckohan/dependabot/github_actions/actions/download-artifact-6
⬆ Bump actions/download-artifact from 5 to 6
2 parents a3760af + d44047e commit 650fc34

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@v5
97+
uses: actions/download-artifact@v6
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@v5
117+
uses: actions/download-artifact@v6
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
@@ -277,7 +277,7 @@ jobs:
277277
just setup ${{ steps.sp.outputs.python-path }}
278278
279279
- name: Get coverage files
280-
uses: actions/download-artifact@v5
280+
uses: actions/download-artifact@v6
281281
with:
282282
pattern: "*.coverage"
283283
merge-multiple: true

0 commit comments

Comments
 (0)