Skip to content

Commit e5f6960

Browse files
authored
Merge pull request #5 from wanadev/dependabot/github_actions/actions/upload-artifact-5
build(deps): Bump actions/upload-artifact from 4 to 5
2 parents 9381497 + 6763707 commit e5f6960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python setup.py bdist_wheel
3737
3838
- name: "Upload artifacts"
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: rivalcfg-dist
4242
path: dist/

0 commit comments

Comments
 (0)