File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,28 +97,28 @@ jobs:
9797
9898 # Upload logs on failure
9999 - name : Upload DataGatewayDownload API log
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v5
101101 if : ${{ failure() }}
102102 with :
103103 name : DataGatewayDownload API logs
104104 path : /home/runner/logs/datagateway-download-api.log
105105
106106 - name : Upload IDS log
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v5
108108 if : ${{ failure() }}
109109 with :
110110 name : IDS logs
111111 path : /home/runner/logs/ids.log
112112
113113 - name : Upload ICAT log
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 if : ${{ failure() }}
116116 with :
117117 name : ICAT logs
118118 path : /home/runner/logs/icat.log
119119
120120 - name : Payara logs
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v5
122122 if : ${{ failure() }}
123123 with :
124124 name : Payara logs
You can’t perform that action at this time.
0 commit comments