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 55
55
56
56
- name : Archive HTML test report on failure
57
57
if : ${{ failure() }}
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : test-reports-java17-java${{ matrix.java }}-${{ matrix.distribution }}-html
61
61
path : " */build/reports/**"
@@ -68,14 +68,14 @@ jobs:
68
68
69
69
- name : Archive HTML test report
70
70
if : ${{ always() }}
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-html
74
74
path : " */build/reports/**"
75
75
76
76
- name : Archive JUnit test report
77
77
if : ${{ always() }}
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
with :
80
80
name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-xml
81
81
path : " */build/test-results/**/*.xml"
Original file line number Diff line number Diff line change 30
30
run : ./gradlew pitestMerge
31
31
32
32
- name : Archive test reports
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : pitest-reports-${{ github.sha }}
36
36
path : " */build/reports/pitest/**"
Original file line number Diff line number Diff line change 24
24
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
25
25
26
26
- name : Store keyring and signatures as artifact
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : keyring-and-signatures
30
30
retention-days : 1
You can’t perform that action at this time.
0 commit comments