Skip to content

Commit 299a38e

Browse files
authored
Merge pull request #9 from planet-a-ventures/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents 336adbb + 5541225 commit 299a38e

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
@@ -58,7 +58,7 @@ jobs:
5858
id-token: write # IMPORTANT: mandatory for trusted publishing
5959
steps:
6060
- name: Download all the dists
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v5
6262
with:
6363
name: python-package-distributions
6464
path: dist/

0 commit comments

Comments
 (0)