Skip to content

Commit db6a62d

Browse files
authored
Merge pull request #96 from rafaelurben/renovate/major-github-artifact-actions
2 parents d4d5907 + 15fe069 commit db6a62d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v5
4646
with:
4747
name: python-package-distributions
4848
path: dist/

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download all the dists
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
name: python-package-distributions
4545
path: dist/

0 commit comments

Comments
 (0)