@@ -142,7 +142,7 @@ jobs:
142142
143143 - name : " [Nightly] Download built otelcol-contrib artifact from contrib repo"
144144 if : inputs.distribution == 'otelcol-contrib' && inputs.nightly == true && matrix.GOARCH == 'amd64' && matrix.GOOS == 'linux'
145- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
145+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
146146 with :
147147 name : collector-binaries-linux-amd64
148148 repository : open-telemetry/opentelemetry-collector-contrib
@@ -217,15 +217,15 @@ jobs:
217217
218218 - name : Upload linux service packages
219219 if : ${{ matrix.GOOS == 'linux' && matrix.GOARCH == 'amd64' && (inputs.distribution == 'otelcol-contrib' || inputs.distribution == 'otelcol') }}
220- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
220+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
221221 with :
222222 name : linux-packages
223223 path : distributions/${{ inputs.distribution }}/dist/linux_amd64_v1/*
224224 if-no-files-found : error
225225
226226 - name : Upload MSI packages
227227 if : matrix.GOOS == 'windows' && matrix.GOARCH == 'amd64' && (inputs.distribution == 'otelcol-contrib' || inputs.distribution == 'otelcol')
228- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
228+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
229229 with :
230230 name : msi-packages
231231 path : distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
@@ -275,7 +275,7 @@ jobs:
275275
276276 - name : Upload container image artifact
277277 if : matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
278- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
278+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
279279 with :
280280 name : ${{ inputs.distribution }}-image-${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
281281 path : /tmp/${{ inputs.distribution }}.tar
@@ -302,7 +302,7 @@ jobs:
302302 platforms : arm64,ppc64le,linux/arm/v7,s390x,riscv64
303303
304304 - name : Download container image artifact
305- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
305+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
306306 with :
307307 name : ${{ inputs.distribution }}-image-${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
308308
0 commit comments