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 cac7d51 commit b28af37Copy full SHA for b28af37
.github/workflows/github-actions.yml
@@ -42,7 +42,7 @@ jobs:
42
run: ls -la target/
43
44
- name: Upload build artifacts
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
46
with:
47
name: build-artifacts
48
path: target/
@@ -79,4 +79,4 @@ jobs:
79
env:
80
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
81
GPT_TOKEN: ${{ secrets.GPT_TOKEN }}
82
- run: ssh [email protected] 'BOT_TOKEN=${{ secrets.BOT_TOKEN }} GPT_TOKEN=${{ secrets.GPT_TOKEN }} bash -s' < ./deploy.sh
+ run: ssh [email protected] 'BOT_TOKEN=${{ secrets.BOT_TOKEN }} GPT_TOKEN=${{ secrets.GPT_TOKEN }} bash -s' < ./deploy.sh
0 commit comments