Skip to content

Commit 28f030f

Browse files
[CI]: Bump dawidd6/action-download-artifact from 8 to 9
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v8...v9) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 518b3f0 commit 28f030f

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@v8
23+
uses: dawidd6/action-download-artifact@v9
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@v8
44+
uses: dawidd6/action-download-artifact@v9
4545
with:
4646
workflow: build-wheels.yml
4747
workflow_conclusion: success

0 commit comments

Comments
 (0)