diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ebbed0..d4bcb4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: test run: make test_view - name: Archive code coverage results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: code-coverage-report path: cover.html