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.
2 parents 452d05a + 9060cfa commit 669863dCopy full SHA for 669863d
.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