@@ -267,7 +267,7 @@ jobs:
267267
268268 - name : Archive build results
269269 if : ${{ !cancelled() }}
270- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
270+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
271271 with :
272272 name : ${{ (inputs.split && format('{0}-{1}', inputs.script, inputs.split)) || inputs.script }}
273273 # please keep path as a single item; move to that directory all files needed in the artifact
@@ -278,7 +278,7 @@ jobs:
278278 # to avoid the need for 3 more inputs.
279279 - name : Store binaries for tests
280280 if : ${{ inputs.script == 'build' && !cancelled() }}
281- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
281+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
282282 with :
283283 name : ozone-bin
284284 path : |
@@ -288,7 +288,7 @@ jobs:
288288
289289 - name : Store source tarball for compilation
290290 if : ${{ inputs.script == 'build' && !cancelled() }}
291- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
291+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
292292 with :
293293 name : ozone-src
294294 path : |
@@ -297,7 +297,7 @@ jobs:
297297
298298 - name : Store Maven repo for tests
299299 if : ${{ inputs.script == 'build' && !cancelled() }}
300- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
300+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
301301 with :
302302 name : ozone-repo
303303 path : |
0 commit comments