diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4985568e..c22d3fb2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,7 +61,7 @@ jobs: with: disable-sudo: true egress-policy: audit - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: merge-multiple: true pattern: test-results-* diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index babd9298..5183c269 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -135,7 +135,7 @@ jobs: contents: write needs: [generate-documents] steps: - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: documents - name: Upload documents to release diff --git a/.github/workflows/wc-build-push.yml b/.github/workflows/wc-build-push.yml index bee6a44f..68db8103 100644 --- a/.github/workflows/wc-build-push.yml +++ b/.github/workflows/wc-build-push.yml @@ -157,7 +157,7 @@ jobs: with: disable-sudo: true egress-policy: audit - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: path: ${{ runner.temp }}/digests pattern: digests-${{ needs.sanitize-image-name.outputs.image-basename }}-*