Skip to content

Commit

Permalink
Merge pull request #153 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 14, 2023
2 parents dc44a18 + 1f4c113 commit 1a8e221
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 @@ -45,7 +45,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 1a8e221

Please sign in to comment.