diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e96b4b..9309fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Download code coverage results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: code-coverage-report path: bin