Skip to content

Commit

Permalink
Merge pull request #25 from tilery/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 2 to 4.1.7 in /.github/workflows
  • Loading branch information
vincentsarago authored Sep 4, 2024
2 parents 5dde998 + 43bfbf3 commit 575ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: artifact
path: dist
Expand Down

0 comments on commit 575ed11

Please sign in to comment.