File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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@v3
58+ uses : actions/upload-artifact@v4
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@v3
71+ uses : actions/upload-artifact@v4
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@v3
78+ uses : actions/upload-artifact@v4
7979 with :
8080 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-xml
8181 path : " */build/test-results/**/*.xml"
Original file line number Diff line number Diff line change 3030 run : ./gradlew pitestMerge
3131
3232 - name : Archive test reports
33- uses : actions/upload-artifact@v3
33+ uses : actions/upload-artifact@v4
3434 with :
3535 name : pitest-reports-${{ github.sha }}
3636 path : " */build/reports/pitest/**"
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@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : keyring-and-signatures
3030 retention-days : 1
You can’t perform that action at this time.
0 commit comments