diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29f0e8a..b0a8906 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Clone Repository uses: actions/checkout@master - name: Download code coverage results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: code-coverage-report path: bin