diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64dcbf3..758369a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: working-directory: app run: go build -trimpath ./... - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: coverage path: app/coverage.out