Skip to content

Commit

Permalink
Update upload-artifact GH action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob committed Sep 13, 2024
1 parent 0a5be13 commit 101b19f
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 @@ -58,7 +58,7 @@ jobs:
- name: coverage
run: mvn -B verify --file pom.xml -Pcoverage
- name: upload report
uses: 'actions/upload-artifact@v2'
uses: 'actions/upload-artifact@v4'
with:
name: jacoco
path: coverage/target/site/jacoco-aggregate

0 comments on commit 101b19f

Please sign in to comment.