Skip to content

Commit b25e11d

Browse files
committed
upgrades actions/upload-artifact@v4 in build.yml
1 parent 9d061f5 commit b25e11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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@v4
5050
with:
5151
name: jacoco-report
5252
path: target/site/jacoco/

0 commit comments

Comments
 (0)