Skip to content

Commit 788de05

Browse files
Update GitHub Artifact Actions
1 parent 9a6f117 commit 788de05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: ${{ matrix.id }}
3838
env:
3939
OUTPUT: ${{ matrix.id }}-${{ matrix.version }}.mrpack
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v5
4141
with:
4242
name: ${{ matrix.id }}
4343
path: ${{ matrix.id }}/${{ matrix.id }}-${{ matrix.version }}.mrpack
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v3
5252
- name: Download modpacks
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@v6
5454
with:
5555
path: ../modpacks
5656
- name: Create build folder

0 commit comments

Comments
 (0)