We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6f117 commit 788de05Copy full SHA for 788de05
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
working-directory: ${{ matrix.id }}
38
env:
39
OUTPUT: ${{ matrix.id }}-${{ matrix.version }}.mrpack
40
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v5
41
with:
42
name: ${{ matrix.id }}
43
path: ${{ matrix.id }}/${{ matrix.id }}-${{ matrix.version }}.mrpack
@@ -50,7 +50,7 @@ jobs:
50
- name: Checkout
51
uses: actions/checkout@v3
52
- name: Download modpacks
53
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v6
54
55
path: ../modpacks
56
- name: Create build folder
0 commit comments