Skip to content

Commit 7a3eec0

Browse files
authored
Merge pull request #5 from joscha/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents 377b183 + 6d247f0 commit 7a3eec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write # IMPORTANT: mandatory for trusted publishing
5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: python-package-distributions
5757
path: dist/

0 commit comments

Comments
 (0)