Skip to content

Commit f20a843

Browse files
committed
ci: update version of actions/upload-artifact github action
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 48fb630 commit f20a843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
echo "(java-11) branches = ${{ steps.jacoco.outputs.branches }}"
6464
6565
- name: Upload JaCoCo coverage report
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v3
6767
with:
68-
name: java11-jacoco-report
68+
name: jacoco-report-java-11
6969
path: target/site/jacoco/
7070

7171
- name: Deploy to Coverage Branch

0 commit comments

Comments
 (0)