diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45041f5..1885de3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: run: make ci-build - name: Upload binaries - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: binaries path: | @@ -134,7 +134,7 @@ jobs: # ls -lh lumo-* lumo-agent-* # - name: Upload artifacts - # uses: actions/upload-artifact@v4 + # uses: actions/upload-artifact@v5 # with: # name: binaries-${{ matrix.goos }}-${{ matrix.goarch }} # path: |