Skip to content

Commit 5a1d243

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-5' into 21.1/main
2 parents ac8dab8 + 9374319 commit 5a1d243

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/_datagen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Store Built Assets
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: generated-data
4545
path: neoforge-main/src/generated/resources
4646

4747
- name: Store Compiled Core
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: build-core
5151
path: core-api/build
5252

5353
- name: Store Compiled
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: build-main
5757
path: neoforge-main/build

.github/workflows/_download-latest-package-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
mv compactmachines.json release/compactmachines.json
6363
6464
- name: Add Artifact
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: release
6868
path: release

.github/workflows/_make-release-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Store Built Assets
5757
if: success()
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: release-jars
6161
path: neoforge-main/build/libs

.github/workflows/_run-gametests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Upload test failure
5656
if: failure()
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: test-data
6060
path: run/gametest
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Upload test reports on failure
6666
if: failure()
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: test-reports
7070
path: neoforge-main/build/reports

0 commit comments

Comments
 (0)