diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f977c..f5405ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Test with Coverage run: go test -coverprofile=coverage.out -covermode=count ./... - name: Upload Coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage.out