Skip to content

Commit f5e0739

Browse files
authored
Upgrade upload-artifact
1 parent a066614 commit f5e0739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cursePackCreate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: mv manifest.json cursePack/manifest.json
7373

7474
# Upload cursePack directory as archive/artifact
75-
- uses: actions/upload-artifact@v3
75+
- uses: actions/upload-artifact@v4
7676
with:
7777
name: GalacticDrive-development
7878
path: cursePack
@@ -95,7 +95,7 @@ jobs:
9595
run: mv server_files/* serverPack/
9696

9797
# Upload serverPack dirctory as archive/artifact
98-
- uses: actions/upload-artifact@v3
98+
- uses: actions/upload-artifact@v4
9999
with:
100100
name: GalacticDrive-development-server
101101
path: serverPack

0 commit comments

Comments
 (0)