Skip to content

Commit fc9375a

Browse files
authored
[ci skip[ Update build and publish_pr actions (#14070)
1 parent 6f3917f commit fc9375a

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
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

.github/workflows/publish_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)