diff --git a/.github/workflows/coverage-trend.yml b/.github/workflows/coverage-trend.yml index 86e7136..750ca33 100644 --- a/.github/workflows/coverage-trend.yml +++ b/.github/workflows/coverage-trend.yml @@ -23,7 +23,7 @@ jobs: # Downloads the artifact from the most recent successful run - name: Download commit sha of the most recent successful run continue-on-error: true - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v18 with: name: head-sha.txt if_no_artifact_found: ignore