Skip to content

Commit aa5f07c

Browse files
authored
Merge pull request #223 from django-commons/dependabot/github_actions/actions/download-artifact-5
⬆ Bump actions/download-artifact from 4 to 5
2 parents 6641eb0 + 038b59a commit aa5f07c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
id-token: write # IMPORTANT: mandatory for trusted publishing
9898
steps:
9999
- name: Download all the dists
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
name: python-package-distributions
103103
path: dist/
@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- name: Download all the dists
120-
uses: actions/download-artifact@v4
120+
uses: actions/download-artifact@v5
121121
with:
122122
name: python-package-distributions
123123
path: dist/
@@ -162,7 +162,7 @@ jobs:
162162

163163
steps:
164164
- name: Download all the dists
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v5
166166
with:
167167
name: python-package-distributions
168168
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ jobs:
824824
just install
825825
826826
- name: Get coverage files
827-
uses: actions/download-artifact@v4
827+
uses: actions/download-artifact@v5
828828
with:
829829
pattern: "*.coverage"
830830
merge-multiple: true

0 commit comments

Comments
 (0)