Skip to content

Commit 6d77452

Browse files
[CI]: Bump dawidd6/action-download-artifact from 9 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...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] <[email protected]>
1 parent f31a14d commit 6d77452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Download wheels from commit ${{ github.sha }}
23-
uses: dawidd6/action-download-artifact@v9
23+
uses: dawidd6/action-download-artifact@v11
2424
with:
2525
workflow: build-wheels.yml
2626
workflow_conclusion: success
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
steps:
4343
- name: Download wheels from commit ${{ github.sha }}
44-
uses: dawidd6/action-download-artifact@v9
44+
uses: dawidd6/action-download-artifact@v11
4545
with:
4646
workflow: build-wheels.yml
4747
workflow_conclusion: success

0 commit comments

Comments
 (0)