Skip to content

Commit 2b9f038

Browse files
authored
Fix workflow (#1450)
1 parent 60f2767 commit 2b9f038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
101101

102102
- name: Upload jacoco artifact
103-
uses: actions/upload-artifact@v2
103+
uses: actions/upload-artifact@v3
104104
with:
105105
name: ${{ matrix.test }}-jacoco-artifact
106106
path: '**/*.exec'

0 commit comments

Comments
 (0)