diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0516f7550..a15f059d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: go tool gotestsum -- -race -v -count=1 ./... \ -coverpkg="./cmd/...,./internal/...,${pkgs}" -coverprofile=coverage.out - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: code-coverage-report path: coverage.out diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index b3c6b8414..ff63840f1 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -28,7 +28,7 @@ jobs: mv tmp.$$.json package.json npm pack - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: installer path: supabase-1.28.0.tgz