Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 11, 2022
2 parents c1d3bc8 + cdf5f48 commit 46913c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 46913c1

Please sign in to comment.