diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62a7104..bb024f0 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@v6 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage.out