@@ -144,7 +144,7 @@ jobs:
144144
145145 - name : " [Nightly] Download built otelcol-contrib artifact from contrib repo"
146146 if : inputs.distribution == 'otelcol-contrib' && inputs.nightly == true && matrix.GOARCH == 'amd64' && matrix.GOOS == 'linux'
147- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
147+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
148148 with :
149149 name : collector-binaries-linux-amd64
150150 repository : open-telemetry/opentelemetry-collector-contrib
@@ -219,15 +219,15 @@ jobs:
219219
220220 - name : Upload linux service packages
221221 if : ${{ matrix.GOOS == 'linux' && matrix.GOARCH == 'amd64' && (inputs.distribution == 'otelcol-contrib' || inputs.distribution == 'otelcol') }}
222- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
222+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
223223 with :
224224 name : linux-packages
225225 path : distributions/${{ inputs.distribution }}/dist/linux_amd64_v1/*
226226 if-no-files-found : error
227227
228228 - name : Upload MSI packages
229229 if : matrix.GOOS == 'windows' && matrix.GOARCH == 'amd64' && (inputs.distribution == 'otelcol-contrib' || inputs.distribution == 'otelcol')
230- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
230+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
231231 with :
232232 name : msi-packages
233233 path : distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
@@ -290,7 +290,7 @@ jobs:
290290
291291 - name : Upload container image artifact
292292 if : (matrix.GOOS == 'linux' || matrix.GOOS == 'windows') && contains(steps.prep.outputs.types, 'Docker Image')
293- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
293+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
294294 with :
295295 name : ${{ inputs.distribution }}-image-${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
296296 path : ${{ runner.temp }}/${{ inputs.distribution }}.tar
@@ -326,7 +326,7 @@ jobs:
326326 platforms : arm64,ppc64le,linux/arm/v7,s390x,riscv64
327327
328328 - name : Download container image artifact
329- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
329+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
330330 with :
331331 name : ${{ inputs.distribution }}-image-${{ env.TAG }}
332332
0 commit comments