Skip to content

Commit c4b5de9

Browse files
committed
Update build steps
1 parent 2767674 commit c4b5de9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# ./gradlew runServerMixinAudit
6868

6969
- name: Upload artifacts
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: build-artifacts
7373
path: versions/*/build/libs/
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v3
9898

9999
- name: Download build artifacts
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4
101101
with:
102102
name: build-artifacts
103103
path: build-artifacts

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ jobs:
159159
uses: Kir-Antipov/mc-publish@v3.3
160160
with:
161161
# 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 }}
164164

165165
# https://legacy.curseforge.com/account/api-tokens
166166
# curseforge-id: 314159
@@ -182,7 +182,7 @@ jobs:
182182

183183
github-changelog: ${{ format('{0}{1}', github.event.release.body, steps.get_release.outputs.body) }}
184184
modrinth-changelog: ${{ steps.changelog.outputs.result }}
185-
curseforge-changelog: ${{ steps.changelog.outputs.result }}
185+
# curseforge-changelog: ${{ steps.changelog.outputs.result }}
186186

187187
retry-attempts: 3
188188
retry-delay: 10000

0 commit comments

Comments
 (0)