Skip to content

Commit e31fc8d

Browse files
authored
Merge pull request #1479 from OpenAssetIO/dependabot/github_actions/dawidd6/action-download-artifact-12
[CI]: Bump dawidd6/action-download-artifact from 11 to 12
2 parents 6f4e439 + 5eef233 commit e31fc8d

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
@@ -26,7 +26,7 @@ jobs:
2626
# This does however mean that when making a release, you must be
2727
# sure that the build-wheels job on main has completed
2828
- name: Download wheels from commit ${{ github.sha }}
29-
uses: dawidd6/action-download-artifact@v11
29+
uses: dawidd6/action-download-artifact@v12
3030
with:
3131
workflow: build-wheels.yml
3232
workflow_conclusion: success
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-22.04
5151
steps:
5252
- name: Download wheels from commit ${{ github.sha }}
53-
uses: dawidd6/action-download-artifact@v11
53+
uses: dawidd6/action-download-artifact@v12
5454
with:
5555
workflow: build-wheels.yml
5656
workflow_conclusion: success

0 commit comments

Comments
 (0)