We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a066614 commit f5e0739Copy full SHA for f5e0739
1 file changed
.github/workflows/cursePackCreate.yml
@@ -72,7 +72,7 @@ jobs:
72
run: mv manifest.json cursePack/manifest.json
73
74
# Upload cursePack directory as archive/artifact
75
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
76
with:
77
name: GalacticDrive-development
78
path: cursePack
@@ -95,7 +95,7 @@ jobs:
95
run: mv server_files/* serverPack/
96
97
# Upload serverPack dirctory as archive/artifact
98
99
100
name: GalacticDrive-development-server
101
path: serverPack
0 commit comments