diff --git a/.github/workflows/_data-plane.yml b/.github/workflows/_data-plane.yml index 0345fcd51..d211cb664 100644 --- a/.github/workflows/_data-plane.yml +++ b/.github/workflows/_data-plane.yml @@ -465,7 +465,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Download digests - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: ${{ matrix.image_prefix && format('{0}-', matrix.image_prefix) || '' }}${{ matrix.image.name }}-${{ inputs.sha }}-digest-* merge-multiple: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acc1f41cc..15688d14e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -380,7 +380,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: bencherdev/bencher@main - name: Download performance test results - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: "*-${{ github.sha }}-iperf3results" merge-multiple: true