diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 74db0b2f..66887a7b 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -13,7 +13,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - name: Download comment artifact - uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: pr-comment path: pr-comment/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bafd1e29..9277363e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: retention-days: 30 - name: Download base branch coverage if: ${{ matrix.release_build && github.event_name == 'pull_request' }} - uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 continue-on-error: true with: workflow: main.yml