diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07cdbd6..2c46805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: go test -race -coverprofile=coverage.out ./... - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage.out