diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6b0418a..d5fa59d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -56,7 +56,7 @@ jobs: - name: Unit Test run: make test-unit - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage path: cover.html