Skip to content

Commit 6927571

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents adc25e2 + 95fec5e commit 6927571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 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/
@@ -64,7 +64,7 @@ jobs:
6464
run: ssh-keyscan -H 5.39.249.253 >> ~/.ssh/known_hosts
6565

6666
- name: Download build artifacts
67-
uses: actions/download-artifact@v2
67+
uses: actions/download-artifact@v3
6868
with:
6969
name: build-artifacts
7070
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)