File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199
200200 - name : Attach Artifact
201201 if : github.event.pull_request.merged == true
202- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
202+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
203203 with :
204204 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
205205 path : package/
@@ -261,7 +261,7 @@ jobs:
261261 Add-Content -Path $env:GITHUB_OUTPUT -Value "short=$short"
262262
263263 - name : Attach Artifact
264- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
264+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
265265 with :
266266 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
267267 path : package/
@@ -304,7 +304,7 @@ jobs:
304304 run : echo "short=$(echo -n "${{ github.sha }}" | cut -c1-8)" >> $GITHUB_OUTPUT
305305
306306 - name : Attach Artifact
307- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
307+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
308308 with :
309309 name : hapi-library-${{ runner.os }}-${{ steps.sha.outputs.short }}
310310 path : package/
You can’t perform that action at this time.
0 commit comments