Skip to content

Commit

Permalink
Merge pull request #216 from sandialabs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
mrbuche authored Dec 18, 2023
2 parents c9ba9c6 + bc92437 commit 21b9f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
needs: [linux-wheels, osx-wheels, windows-wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: check
run: |
mkdir wheelhouse/
Expand Down

0 comments on commit 21b9f5e

Please sign in to comment.