@@ -48,21 +48,21 @@ jobs:
48
48
run : ./gradlew build coveralls
49
49
- name : Upload Checkstyle reports
50
50
if : failure()
51
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
52
52
with :
53
53
name : checkstyle-reports-linux
54
54
path : ' **/build/reports/checkstyle/*.xml'
55
55
retention-days : 5
56
56
- name : Upload Spotbugs reports
57
57
if : failure()
58
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
58
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
59
59
with :
60
60
name : spotbugs-reports-linux
61
61
path : ' **/build/reports/spotbugs/*.xml'
62
62
retention-days : 5
63
63
- name : Upload Test Results
64
64
if : failure()
65
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
65
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
66
66
with :
67
67
name : test-results-linux
68
68
path : ' **/build/test-results/**/*.xml'
@@ -107,21 +107,21 @@ jobs:
107
107
run : ./gradlew.bat build -PexcludeContainerised
108
108
- name : Upload Checkstyle reports
109
109
if : failure()
110
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
110
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
111
111
with :
112
112
name : checkstyle-reports-win
113
113
path : ' **/build/reports/checkstyle/*.xml'
114
114
retention-days : 5
115
115
- name : Upload Spotbugs reports
116
116
if : failure()
117
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
117
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
118
118
with :
119
119
name : spotbugs-reports-win
120
120
path : ' **/build/reports/spotbugs/*.xml'
121
121
retention-days : 5
122
122
- name : Upload Test Results
123
123
if : failure()
124
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
124
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
125
125
with :
126
126
name : test-results-win
127
127
path : ' **/build/test-results/**/*.xml'
0 commit comments