We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aef807 commit d6c2561Copy full SHA for d6c2561
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
command: build
72
args: --release --bin tricked-bot --target ${{ matrix.job.target }} ${{ matrix.job.args }}
73
- name: Upload binary
74
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
75
with:
76
name: tricked-bot-${{ matrix.job.pretty }}
77
path: target/${{ matrix.job.target }}/release/tricked-bot
0 commit comments