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 841d787 commit 9060cfaCopy full SHA for 9060cfa
.github/workflows/ci-test.yml
@@ -33,7 +33,7 @@ jobs:
33
run: mvn -V -B jacoco:report coveralls:report
34
- name: Archive build logs
35
if: always()
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
37
with:
38
name: ${{ runner.os }}-jdk${{ matrix.jdk }}-build-logs
39
retention-days: 5
0 commit comments