Skip to content

Commit

Permalink
Merge pull request #291 from spyrkob/update_upload_action
Browse files Browse the repository at this point in the history
Update upload-artifact GH action to v4
  • Loading branch information
jmesnil authored Sep 13, 2024
2 parents 0a5be13 + 5e7e06d commit bc1c537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
name: "jacoco-${{ matrix.jdk }}"
path: coverage/target/site/jacoco-aggregate

0 comments on commit bc1c537

Please sign in to comment.