diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6b4a85..75197c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - name: Test (race + coverage) run: RUN_INTEGRATION_TEST=yes go test -race -coverprofile=coverage.out ./... - name: Upload coverage artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage path: coverage.out