diff --git a/.github/workflows/notify-coverage.yml b/.github/workflows/notify-coverage.yml index 0be0351d1..73a1a5790 100644 --- a/.github/workflows/notify-coverage.yml +++ b/.github/workflows/notify-coverage.yml @@ -18,7 +18,7 @@ jobs: should_notify: ${{ steps.get_coverage.outputs.should_notify }} steps: - name: Download commit sha of the most recent successful run - uses: dawidd6/action-download-artifact@v4 + uses: dawidd6/action-download-artifact@v5 with: # Downloads the artifact from the most recent successful run workflow: 'notify-coverage.yml'