Skip to content

Commit d776efe

Browse files
authored
Merge pull request #18 from moreal/dependabot/github_actions/actions/upload-artifact-5
2 parents 52c56be + 081b9a1 commit d776efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
token: ${{ secrets.CODECOV_TOKEN }}
2222
- name: Archive code coverage results
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: code-coverage-report
2626
path: cobertura.xml

0 commit comments

Comments
 (0)