Skip to content

Commit 6223159

Browse files
Bump dawidd6/action-download-artifact from 8 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v8...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2b7693 commit 6223159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
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@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
20+
uses: dawidd6/action-download-artifact@09b07ec687d10771279a426c79925ee415c12906 # v17
2121
with:
2222
workflow: python-package.yml
2323
workflow_conclusion: success
@@ -28,7 +28,7 @@ jobs:
2828
merge_multiple: true
2929

3030
- name: Download sdist from commit ${{ github.sha }}
31-
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
31+
uses: dawidd6/action-download-artifact@09b07ec687d10771279a426c79925ee415c12906 # v17
3232
with:
3333
workflow: python-package.yml
3434
workflow_conclusion: success

0 commit comments

Comments
 (0)