diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 57efd6b6..ed5bf948 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -221,7 +221,7 @@ jobs: summary-always: true - name: Download previous benchmark history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 if: github.event_name == 'push' && github.ref == 'refs/heads/main' continue-on-error: true with: @@ -302,7 +302,7 @@ jobs: continue-on-error: true - name: Download benchmark history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 continue-on-error: true with: name: benchmark-history