Skip to content

Commit 2a97f3d

Browse files
Upgrade upload-artifact action to version 4
1 parent ede65d1 commit 2a97f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sed -i 's/moduleDescription = "/moduleDescription = "(${{ github.event.inputs.package_name }}) /g' module.gradle
2222
sed -i "s/com.game.packagename/${{ github.event.inputs.package_name }}/g" module/src/main/cpp/game.h
2323
./gradlew :module:assembleRelease
24-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: zygisk-il2cppdumper
2727
path: out/magisk_module_release/

0 commit comments

Comments
 (0)