Skip to content

Commit 35ec2a9

Browse files
authored
Merge pull request #109 from OpenAssetIO/dependabot/github_actions/dawidd6/action-download-artifact-11
[CI]: Bump dawidd6/action-download-artifact from 9 to 11
2 parents f31a14d + 6d77452 commit 35ec2a9

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)