Skip to content

Commit

Permalink
💚 update actions/upload-artifact to fix coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Sep 21, 2024
1 parent eb9419a commit c41a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: codecov/codecov-action@v3

- name: Archive code coverage results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
Expand Down

0 comments on commit c41a902

Please sign in to comment.