diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 637d309..8c6250e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: test run: make test_view - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: cover.html