diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abe1996..b423e70 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@v4 + uses: actions/upload-artifact@v5 with: name: code-coverage-report path: cover.html