Skip to content

Commit d3fd74d

Browse files
authored
Merge pull request #203 from MetroidAdvRandomizerSystem/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 9e02855 + 1533a57 commit d3fd74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: python -m build
4444

4545
- name: Store the packages
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: python-package-distributions
4949
path: dist

0 commit comments

Comments
 (0)