diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba6a3169..6904faef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: path-to-lcov: ${{ steps.coverage.outputs.report }} - name: Archive code coverage results - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: code-coverage-report.zip path: ${{ steps.coverage.outputs.report }}