9696 with :
9797 path : hipFile
9898 - name : Authenticating to GitHub Container Registry
99- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
99+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
100100 with :
101101 registry : ghcr.io
102102 username : ${{ github.actor }}
@@ -283,7 +283,7 @@ jobs:
283283 ${GITHUB_WORKSPACE}
284284 - name : Upload development hipFile Package as an Artifact
285285 if : ${{ inputs.upload_artifacts }}
286- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
286+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
287287 with :
288288 name : ${{ steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_DEV_FILENAME }}
289289 path : ${{ format('{0}/{1}', github.workspace, steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_DEV_FILENAME) }}
@@ -292,7 +292,7 @@ jobs:
292292 compression-level : 0
293293 - name : Upload runtime hipFile Package as an Artifact
294294 if : ${{ inputs.upload_artifacts }}
295- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
295+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
296296 with :
297297 name : ${{ steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_FILENAME }}
298298 path : ${{ format('{0}/{1}', github.workspace, steps.pkg-metadata.outputs.AIS_HIPFILE_PKG_FILENAME) }}
@@ -311,7 +311,7 @@ jobs:
311311 ${GITHUB_WORKSPACE}/hipfile-build-dir
312312 - name : Upload runtime hipFile Package as an Artifact
313313 if : ${{ inputs.upload_artifacts }}
314- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
314+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
315315 with :
316316 name : hipfile-build-dir-${{ inputs.platform }}
317317 path : ${{ github.workspace }}/hipfile-build-dir
0 commit comments