Skip to content

Commit ac2b824

Browse files
authored
Merge pull request #210 from bckohan/dependabot/github_actions/actions/download-artifact-8
⬆ Bump actions/download-artifact from 7 to 8
2 parents f39075f + db44d13 commit ac2b824

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v7
97+
uses: actions/download-artifact@v8
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@v7
117+
uses: actions/download-artifact@v8
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
@@ -285,7 +285,7 @@ jobs:
285285
just setup ${{ steps.sp.outputs.python-path }}
286286
287287
- name: Get coverage files
288-
uses: actions/download-artifact@v7
288+
uses: actions/download-artifact@v8
289289
with:
290290
pattern: "*.coverage"
291291
merge-multiple: true

0 commit comments

Comments
 (0)