Skip to content

Commit

Permalink
chore : actions/upload-artifact version v2 -> v3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
reeshika-h committed Sep 11, 2024
1 parent da59bf4 commit 1b22e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: mvn jacoco:prepare-agent jacoco:report

- name: Upload Code Coverage Report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: target/site/jacoco

0 comments on commit 1b22e12

Please sign in to comment.