File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 )
3535
3636 runs-on : ubuntu-latest
37- strategy :
38- fail-fast : true
3937 steps :
4038 - if : ${{ github.event_name == 'push' }}
4139 uses : actions/checkout@v7
@@ -107,7 +105,7 @@ jobs:
107105
108106 - name : Upload Test Results
109107 if : always()
110- uses : actions/upload-artifact@v4
108+ uses : actions/upload-artifact@v7
111109 with :
112110 name : Test Results
113111 path : |
@@ -119,7 +117,7 @@ jobs:
119117
120118 - name : Upload Paperclip Jar
121119 if : fromJSON(steps.determine.outputs.result).action == 'paperclip'
122- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@v7
123121 with :
124122 name : paper-${{ fromJSON(steps.determine.outputs.result).pr }}
125123 path : paper-server/build/libs/paper-paperclip-*.jar
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 id : gen_repo_token
2222 uses : actions/create-github-app-token@v3.2.0
2323 with :
24- app -id : 1408328
24+ client -id : ${{ secrets.PR_PUBLISHING_GH_APP_CLIENT_ID }}
2525 private-key : ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}
2626 repositories : ${{ github.repository }}
2727 - name : Publish PR
28- uses : PaperMC/action-pr-publishing@paper
28+ uses : PaperMC/action-pr-publishing@v1.1.0
2929 env :
3030 GITHUB_TOKEN : ${{ steps.gen_repo_token.outputs.token }}
3131 with :
You can’t perform that action at this time.
0 commit comments