Skip to content

Commit

Permalink
upgrades actions/upload-artifact@v4 in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Nov 6, 2024
1 parent 9d061f5 commit b25e11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "branches = ${{ steps.jacoco.outputs.branches }}"
- name: Upload JaCoCo coverage report as a workflow artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jacoco-report
path: target/site/jacoco/
Expand Down

0 comments on commit b25e11d

Please sign in to comment.