diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 365d33d..f2a669c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: go build -ldflags="-s -w" -o dist/synapse-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.goos == 'windows' && '.exe' || '' }} ./cmd/synapse - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: synapse-${{ matrix.goos }}-${{ matrix.goarch }} path: dist/