Skip to content

Commit 85704a0

Browse files
authored
Merge pull request #245 from django-commons/dependabot/github_actions/actions/download-artifact-6
⬆ Bump actions/download-artifact from 5 to 6
2 parents 5b50add + 397d8e5 commit 85704a0

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@v5
100+
uses: actions/download-artifact@v6
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@v5
120+
uses: actions/download-artifact@v6
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@v5
165+
uses: actions/download-artifact@v6
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
@@ -854,7 +854,7 @@ jobs:
854854
just install
855855
856856
- name: Get coverage files
857-
uses: actions/download-artifact@v5
857+
uses: actions/download-artifact@v6
858858
with:
859859
pattern: "*.coverage"
860860
merge-multiple: true

0 commit comments

Comments
 (0)