Skip to content

Commit

Permalink
Merge pull request #526 from TUDelft-CNS-ATM/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
jooste authored Sep 4, 2024
2 parents c9c797e + e9d5698 commit 98b5343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist
Expand Down

0 comments on commit 98b5343

Please sign in to comment.