Skip to content

Commit

Permalink
Merge pull request #113 from OpenAssetIO/dependabot/github_actions/da…
Browse files Browse the repository at this point in the history
…widd6/action-download-artifact-5

[CI]: Bump dawidd6/action-download-artifact from 4 to 5
  • Loading branch information
feltech authored Jun 13, 2024
2 parents 269505f + 6b8da74 commit 6efede1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download wheels from commit ${{ github.sha }}
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v5
with:
workflow: build-wheels.yml
workflow_conclusion: success
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download wheels from commit ${{ github.sha }}
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v5
with:
workflow: build-wheels.yml
workflow_conclusion: success
Expand Down

0 comments on commit 6efede1

Please sign in to comment.