File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/
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/
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
You can’t perform that action at this time.
0 commit comments