Skip to content

Commit 233618d

Browse files
authored
Merge pull request #119 from OpenAssetIO/dependabot/github_actions/dawidd6/action-download-artifact-12
[CI]: Bump dawidd6/action-download-artifact from 11 to 12
2 parents 7a55d3c + b4fc39c commit 233618d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)