diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5995493..b852aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: go test -covermode=atomic -coverprofile=coverage.out ./... - run: make race - name: upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage.out