File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-22.04
1717 steps :
1818 - name : Grab JAR and Info
19- uses : actions/download-artifact@v5
19+ uses : actions/download-artifact@v6
2020 with :
2121 name : release
2222 path : .
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 uses : gradle/actions/setup-gradle@v4
3030
3131 - name : Pull Built Generated Data
32- uses : actions/download-artifact@v4
32+ uses : actions/download-artifact@v6
3333 with :
3434 name : generated-data
3535 path : neoforge-main/src/generated/resources
3636
3737 - name : Pull Compilation Data (Core)
38- uses : actions/download-artifact@v4
38+ uses : actions/download-artifact@v6
3939 with :
4040 name : build-core
4141 path : core-api/build
4242
4343 - name : Pull Compilation Data (Main)
44- uses : actions/download-artifact@v4
44+ uses : actions/download-artifact@v6
4545 with :
4646 name : build-main
4747 path : neoforge-main/build
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ jobs:
2929 uses : gradle/actions/setup-gradle@v5
3030
3131 - name : Pull Built Generated Data
32- uses : actions/download-artifact@v5
32+ uses : actions/download-artifact@v6
3333 with :
3434 name : generated-data
3535 path : neoforge-main/src/generated/resources
3636
3737 - name : Pull Compilation Data (Core)
38- uses : actions/download-artifact@v5
38+ uses : actions/download-artifact@v6
3939 with :
4040 name : build-core
4141 path : core-api/build
4242
4343 - name : Pull Compilation Data (Main)
44- uses : actions/download-artifact@v5
44+ uses : actions/download-artifact@v6
4545 with :
4646 name : build-main
4747 path : neoforge-main/build
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-22.04
88 steps :
99 - name : Grab JAR and Info
10- uses : actions/download-artifact@v5
10+ uses : actions/download-artifact@v6
1111 with :
1212 name : release
1313 path : .
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
3232 uses : gradle/actions/setup-gradle@v4
3333
3434 - name : Pull Built Generated Data
35- uses : actions/download-artifact@v4
35+ uses : actions/download-artifact@v6
3636 with :
3737 name : generated-data
3838 path : neoforge-main/src/generated/resources
3939
4040 - name : Pull Compilation Data (Core)
41- uses : actions/download-artifact@v4
41+ uses : actions/download-artifact@v6
4242 with :
4343 name : build-core
4444 path : core-api/build
4545
4646 - name : Pull Compilation Data (Main)
47- uses : actions/download-artifact@v4
47+ uses : actions/download-artifact@v6
4848 with :
4949 name : build-main
5050 path : neoforge-main/build
You can’t perform that action at this time.
0 commit comments