Skip to content

Commit

Permalink
Merge pull request #246 from grahamgower/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
mergify[bot] authored Dec 18, 2023
2 parents 77c6056 + 72ce1b1 commit 9b92a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel-and-sdist
path: dist/
Expand All @@ -69,7 +69,7 @@ jobs:
needs: ['wheel_test']
steps:
- name: download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel-and-sdist
path: dist/
Expand Down

0 comments on commit 9b92a86

Please sign in to comment.