Skip to content

Commit

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

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
henriquegemignani authored Sep 14, 2023
2 parents 0518a45 + 6428ec6 commit 927b267
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 @@ -32,7 +32,7 @@ jobs:
run: PYTHONWARNINGS=error python -m build

- name: Store the packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist
Expand Down

0 comments on commit 927b267

Please sign in to comment.