Skip to content

Commit 5a8c276

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-5'
2 parents 916ab76 + 9aa5500 commit 5a8c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
token: ${{secrets.CODECOV_TOKEN}}
5050
file: ./output/coverage.xml
5151
- name: Archive code coverage results
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: output
5555
path: output

0 commit comments

Comments
 (0)