Skip to content

Commit c6e6c1e

Browse files
Update build.yml
1 parent ebf2d6a commit c6e6c1e

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
@@ -40,7 +40,7 @@ jobs:
4040
echo "branches = ${{ steps.jacoco.outputs.branches }}"
4141
4242
- name: Upload JaCoCo coverage report as a workflow artifact
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: jacoco-report
4646
path: target/site/jacoco/

0 commit comments

Comments
 (0)