diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38516fa..8d788fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: DATABASE_URL: postgres://test:test@localhost:5432/webencode_test?sslmode=disable NATS_URL: nats://localhost:4222 - name: Upload backend coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: go-coverage path: coverage.out @@ -127,7 +127,7 @@ jobs: - name: Build all backend binaries run: make build-all - name: Upload backend build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: backend-binaries path: build/