Skip to content

Commit

Permalink
Merge pull request #21 from mbanon/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
mbanon authored Sep 4, 2024
2 parents 55b7596 + 06534cd commit 7c07eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: dist

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: sdist
path: dist
Expand Down

0 comments on commit 7c07eca

Please sign in to comment.