diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4d5701..ecfe8bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: CGO_ENABLED: "0" run: go build -o /tmp/sqlforge ./cmd/sqlforge - name: Upload coverage artefact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-${{ github.run_id }} path: coverage.out