Skip to content

Commit d55e713

Browse files
authored
Merge pull request #78 from bckohan/dependabot/github_actions/actions/download-artifact-7
⬆ Bump actions/download-artifact from 6 to 7
2 parents eb988f7 + 1c3e124 commit d55e713

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
@@ -96,7 +96,7 @@ jobs:
9696
id-token: write # IMPORTANT: mandatory for trusted publishing
9797
steps:
9898
- name: Download all the dists
99-
uses: actions/download-artifact@v6
99+
uses: actions/download-artifact@v7
100100
with:
101101
name: python-package-distributions
102102
path: dist/
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Download all the dists
119-
uses: actions/download-artifact@v6
119+
uses: actions/download-artifact@v7
120120
with:
121121
name: python-package-distributions
122122
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
just install
300300
301301
- name: Get coverage files
302-
uses: actions/download-artifact@v6
302+
uses: actions/download-artifact@v7
303303
with:
304304
pattern: "*.coverage"
305305
merge-multiple: true

0 commit comments

Comments
 (0)