@@ -176,7 +176,7 @@ jobs:
176176
177177 - name : Archive build results
178178 if : ${{ !cancelled() }}
179- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
179+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
180180 with :
181181 name : ${{ (inputs.split && format('{0}-{1}', inputs.script, inputs.split)) || inputs.script }}
182182 path : target/${{ inputs.script }}
@@ -186,7 +186,7 @@ jobs:
186186 # to avoid the need for 3 more inputs.
187187 - name : Store binaries for tests
188188 if : ${{ inputs.script == 'build' && !cancelled() }}
189- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
189+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
190190 with :
191191 name : ratis-bin
192192 path : |
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Store source tarball for compilation
197197 if : ${{ inputs.script == 'build' && !cancelled() }}
198- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
198+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
199199 with :
200200 name : ratis-src
201201 path : |
@@ -204,7 +204,7 @@ jobs:
204204
205205 - name : Store Maven repo for tests
206206 if : ${{ inputs.script == 'build' && !cancelled() }}
207- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
207+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
208208 with :
209209 name : maven-repo
210210 path : |
0 commit comments