File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5555
5656 - name : Archive HTML test report on failure
5757 if : ${{ failure() }}
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v5
5959 with :
6060 name : test-reports-java17-java${{ matrix.java }}-${{ matrix.distribution }}-html
6161 path : " */build/reports/**"
@@ -68,14 +68,14 @@ jobs:
6868
6969 - name : Archive HTML test report
7070 if : ${{ always() }}
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-html
7474 path : " */build/reports/**"
7575
7676 - name : Archive JUnit test report
7777 if : ${{ always() }}
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-xml
8181 path : " */build/test-results/**/*.xml"
9090
9191 - name : Archive artifact checksums
9292 if : ${{ matrix.java != 8 }} # JDK 8 does not produce reproducible binaries
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v5
9494 with :
9595 name : artifact-checksums-java${{ matrix.java }}-${{ matrix.distribution }}
9696 path : java-webauthn-server-artifacts.sha256sum
Original file line number Diff line number Diff line change 3131 run : ./gradlew pitestMerge
3232
3333 - name : Archive test reports
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : pitest-reports-${{ github.sha }}
3737 path : " */build/reports/pitest/**"
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939
4040 - name : Archive HTML test report
4141 if : ${{ always() }}
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-html
4545 path : " */build/reports/**"
4646
4747 - name : Archive JUnit test report
4848 if : ${{ always() }}
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-xml
5252 path : " */build/test-results/**/*.xml"
Original file line number Diff line number Diff line change 2424 until wget https://repo1.maven.org/maven2/com/yubico/webauthn-server-core/${{ github.ref_name }}/webauthn-server-core-${{ github.ref_name }}.jar.asc; do sleep 180; done
2525
2626 - name : Store keyring and signatures as artifact
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@v5
2828 with :
2929 name : keyring-and-signatures
3030 retention-days : 1
You can’t perform that action at this time.
0 commit comments