Skip to content

Commit 14074e1

Browse files
authored
Merge pull request #101 from OpenAssetIO/dependabot/github_actions/dawidd6/action-download-artifact-9
[CI]: Bump dawidd6/action-download-artifact from 8 to 9
2 parents 518b3f0 + 28f030f commit 14074e1

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)