@@ -269,12 +269,12 @@ jobs:
269269 if : startsWith( matrix.go-version, 'oldstable' ) && github.ref == 'refs/heads/main' && github.event_name == 'push'
270270 continue-on-error : true # Allow uploading artifacts even if the test fails
271271 run : make gotest-with-junit-and-cover GROUP=${{ matrix.group }}
272- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
272+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
273273 if : startsWith( matrix.go-version, 'oldstable' ) && github.ref == 'refs/heads/main' && github.event_name == 'push'
274274 with :
275275 name : coverage-artifacts-${{ matrix.go-version }}-${{ matrix.runner }}-${{ matrix.group }}
276276 path : ${{ matrix.group }}-coverage.txt
277- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
277+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
278278 if : startsWith( matrix.go-version, 'oldstable' ) && github.ref == 'refs/heads/main' && github.event_name == 'push'
279279 with :
280280 name : test-results-${{ matrix.go-version }}-${{ matrix.runner }}-${{ matrix.group }}
@@ -311,7 +311,7 @@ jobs:
311311 needs : [unittest]
312312 steps :
313313 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
314- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
314+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
315315 with :
316316 merge-multiple : true
317317 pattern : coverage-artifacts-*
@@ -510,7 +510,7 @@ jobs:
510510 - name : Build Collector ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.arm }}
511511 run : make GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} GOARM=${{ matrix.arm }} otelcontribcol
512512 - name : Upload Collector Binaries
513- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
513+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
514514 with :
515515 name : collector-binaries-${{ matrix.os }}-${{ matrix.arch }}
516516 path : ./bin/*
@@ -524,7 +524,7 @@ jobs:
524524 sparse-checkout : |
525525 .github/workflows/scripts/verify-dist-files-exist.sh
526526 - name : Download Binaries
527- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
527+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
528528 with :
529529 merge-multiple : true
530530 path : ./bin/
@@ -675,7 +675,7 @@ jobs:
675675 - name : Install Tools
676676 if : steps.go-setup.outputs.cache-hit != 'true'
677677 run : make install-tools
678- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
678+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
679679 with :
680680 merge-multiple : true
681681 pattern : test-results-*
0 commit comments