diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73ee52e..dc20007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: token: ${{secrets.CODECOV_TOKEN}} - name: Archive code coverage results - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.2 with: name: code-coverage-report path: cobertura.xml