Skip to content

Commit

Permalink
Merge pull request #377 from cicirello/dependabot/github_actions/mast…
Browse files Browse the repository at this point in the history
…er/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
cicirello authored Dec 15, 2023
2 parents 103df73 + dde0f87 commit f8a4310
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@v3
uses: actions/upload-artifact@v4
with:
name: jacoco-report
path: target/site/jacoco/
Expand Down

0 comments on commit f8a4310

Please sign in to comment.