@@ -113,7 +113,7 @@ jobs:
113113 docker cp "${{ env.TEST_CTN_NAME }}`:c`:\containerd\bin\containerd-shim-runhcs-v1.exe" ${{ env.BIN_OUT }}\
114114 -
115115 name : Upload artifacts
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
117117 with :
118118 name : build-${{ inputs.storage }}-${{ inputs.os }}
119119 path : ${{ env.BIN_OUT }}/*
@@ -196,7 +196,7 @@ jobs:
196196 -
197197 name : Upload reports
198198 if : always()
199- uses : actions/upload-artifact@v4
199+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
200200 with :
201201 name : ${{ inputs.os }}-${{ inputs.storage }}-unit-reports
202202 path : ${{ env.GOPATH }}\src\github.com\docker\docker\bundles\*
@@ -216,7 +216,7 @@ jobs:
216216 go-version : ${{ env.GO_VERSION }}
217217 -
218218 name : Download artifacts
219- uses : actions/download-artifact@v4
219+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
220220 with :
221221 name : ${{ inputs.os }}-${{ inputs.storage }}-unit-reports
222222 path : /tmp/artifacts
@@ -311,7 +311,7 @@ jobs:
311311 Get-ChildItem Env: | Out-String
312312 -
313313 name : Download artifacts
314- uses : actions/download-artifact@v4
314+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
315315 with :
316316 name : build-${{ inputs.storage }}-${{ inputs.os }}
317317 path : ${{ env.BIN_OUT }}
@@ -517,7 +517,7 @@ jobs:
517517 -
518518 name : Upload reports
519519 if : always()
520- uses : actions/upload-artifact@v4
520+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
521521 with :
522522 name : ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-${{ env.TESTREPORTS_NAME }}
523523 path : ${{ env.GOPATH }}\src\github.com\docker\docker\bundles\*
@@ -549,7 +549,7 @@ jobs:
549549 go-version : ${{ env.GO_VERSION }}
550550 -
551551 name : Download reports
552- uses : actions/download-artifact@v4
552+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
553553 with :
554554 path : /tmp/reports
555555 pattern : ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-*
0 commit comments