Skip to content

Commit 08284e1

Browse files
authored
Merge pull request #199 from cicirello/dependabot/github_actions/master/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents b0a58a9 + c90c1c2 commit 08284e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "branches = ${{ steps.jacoco.outputs.branches }}"
4747
4848
- name: Upload JaCoCo coverage report as a workflow artifact
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v3
5050
with:
5151
name: jacoco-report
5252
path: target/site/jacoco/

0 commit comments

Comments
 (0)