diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index f60d9e99..08c3bbbb 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: "Download coverage" - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage