Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent e3bedd8 commit d420018
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 @@ -38,7 +38,7 @@ jobs:
coverageLocations: |
${{github.workspace}}/tmp/coverage/coverage.xml:cobertura
- name: Upload Coverage Report HTML
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: coverage
path: tmp/coverage/index.html
Expand Down

0 comments on commit d420018

Please sign in to comment.