File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments