Skip to content

Commit

Permalink
Merge pull request #6 from peterspackman/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
peterspackman authored Sep 4, 2024
2 parents 199c795 + c3f1de2 commit 11a9229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: wheels
name: wheels
Expand All @@ -128,7 +128,7 @@ jobs:
id-token: write
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: dist
Expand Down

0 comments on commit 11a9229

Please sign in to comment.