Skip to content

Commit b28af37

Browse files
authored
Update github-actions.yml
1 parent cac7d51 commit b28af37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ls -la target/
4343

4444
- name: Upload build artifacts
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v3
4646
with:
4747
name: build-artifacts
4848
path: target/
@@ -79,4 +79,4 @@ jobs:
7979
env:
8080
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
8181
GPT_TOKEN: ${{ secrets.GPT_TOKEN }}
82-
run: ssh [email protected] 'BOT_TOKEN=${{ secrets.BOT_TOKEN }} GPT_TOKEN=${{ secrets.GPT_TOKEN }} bash -s' < ./deploy.sh
82+
run: ssh [email protected] 'BOT_TOKEN=${{ secrets.BOT_TOKEN }} GPT_TOKEN=${{ secrets.GPT_TOKEN }} bash -s' < ./deploy.sh

0 commit comments

Comments
 (0)