Skip to content

Commit

Permalink
Merge pull request #84 from randovania/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
henriquegemignani authored Sep 14, 2023
2 parents 927b267 + b82a53e commit e37c349
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 @@ -119,7 +119,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit e37c349

Please sign in to comment.