Skip to content

Commit 1199864

Browse files
authored
Merge pull request #317 from coldfix/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents e45260f + fd4c3f2 commit 1199864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: flake8
4141
- run: python test/test_match.py
4242

43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
with: {name: dist, path: dist/}
4545
if: matrix.python == '3.12'
4646

0 commit comments

Comments
 (0)