diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ded187a..6dfab46 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: - name: Run tests and generate coverage report run: make build/cover.out - name: Archive code coverage results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code-coverage path: build/cover.out