diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0847e80..94372289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: | set -x find ./build -maxdepth 1 -mindepth 1 -type d -exec sh -c 'tar -zcf build/trento-agent-$(basename {}).tgz -C {} trento -C $(pwd) packaging/systemd/trento-agent.service' \; - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: trento-binaries path: |