Skip to content

Commit c2f6ffa

Browse files
[CI]: Bump dawidd6/action-download-artifact from 10 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v10...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 27ce653 commit c2f6ffa

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Download wheels from commit ${{ github.sha }}
20-
uses: dawidd6/action-download-artifact@v10
20+
uses: dawidd6/action-download-artifact@v11
2121
with:
2222
workflow: build-wheels.yml
2323
workflow_conclusion: success
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- name: Download wheels from commit ${{ github.sha }}
41-
uses: dawidd6/action-download-artifact@v10
41+
uses: dawidd6/action-download-artifact@v11
4242
with:
4343
workflow: build-wheels.yml
4444
workflow_conclusion: success

0 commit comments

Comments
 (0)