Skip to content

Commit d6c2561

Browse files
committed
update
1 parent 9aef807 commit d6c2561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
command: build
7272
args: --release --bin tricked-bot --target ${{ matrix.job.target }} ${{ matrix.job.args }}
7373
- name: Upload binary
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: tricked-bot-${{ matrix.job.pretty }}
7777
path: target/${{ matrix.job.target }}/release/tricked-bot

0 commit comments

Comments
 (0)