Skip to content

Commit 518082b

Browse files
Bump dawidd6/action-download-artifact from 2 to 5
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 5. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48f09e2 commit 518082b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# happen for this actual commit (the commit that the tag points to).
1818
# It also restores the files timestamps.
1919
- name: Download wheels from commit ${{ github.sha }}
20-
uses: dawidd6/action-download-artifact@v2
20+
uses: dawidd6/action-download-artifact@v5
2121
with:
2222
workflow: python-package.yml
2323
workflow_conclusion: success
@@ -26,7 +26,7 @@ jobs:
2626
path: dist
2727

2828
- name: Download sdist from commit ${{ github.sha }}
29-
uses: dawidd6/action-download-artifact@v2
29+
uses: dawidd6/action-download-artifact@v5
3030
with:
3131
workflow: python-package.yml
3232
workflow_conclusion: success

0 commit comments

Comments
 (0)