diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 94e8b11..f63dba3 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download coverage artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: coverage - name: Generate coverage HTML and index