diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 865e3f5..ea57120 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -35,7 +35,7 @@ jobs: - name: Generate coverage report run: go tool cover -html=coverage.out -o coverage.html - name: Upload test coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v3 with: name: coverage-report path: coverage.html