File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
# ./gradlew runServerMixinAudit
68
68
69
69
- name : Upload artifacts
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4
71
71
with :
72
72
name : build-artifacts
73
73
path : versions/*/build/libs/
97
97
- uses : actions/checkout@v3
98
98
99
99
- name : Download build artifacts
100
- uses : actions/download-artifact@v3
100
+ uses : actions/download-artifact@v4
101
101
with :
102
102
name : build-artifacts
103
103
path : build-artifacts
Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ jobs:
159
159
uses : Kir-Antipov/mc-publish@v3.3
160
160
with :
161
161
# https://modrinth.com/settings/pats
162
- # modrinth-id: fo0Bar
163
- # modrinth-token: ${{ secrets.MODRINTH_API_TOKEN }}
162
+ modrinth-id : joacarpet
163
+ modrinth-token : ${{ secrets.MODRINTH_API_TOKEN }}
164
164
165
165
# https://legacy.curseforge.com/account/api-tokens
166
166
# curseforge-id: 314159
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
github-changelog : ${{ format('{0}{1}', github.event.release.body, steps.get_release.outputs.body) }}
184
184
modrinth-changelog : ${{ steps.changelog.outputs.result }}
185
- curseforge-changelog : ${{ steps.changelog.outputs.result }}
185
+ # curseforge-changelog: ${{ steps.changelog.outputs.result }}
186
186
187
187
retry-attempts : 3
188
188
retry-delay : 10000
You can’t perform that action at this time.
0 commit comments