We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f2767 commit 2b9f038Copy full SHA for 2b9f038
.github/workflows/pr_test.yml
@@ -100,7 +100,7 @@ jobs:
100
run: ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
101
102
- name: Upload jacoco artifact
103
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
104
with:
105
name: ${{ matrix.test }}-jacoco-artifact
106
path: '**/*.exec'
0 commit comments