Skip to content

Commit 80c5d73

Browse files
author
Шоколад
committed
Update upload-artifact action from v3 to v4
1 parent 1672bb7 commit 80c5d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo cp -r --parents $(find ./ -type f ! -path './.git/*' ! -name 'CHANGELOG.md' ! -name 'update.json' ! -name 'build.sh' ! -path './.github/*' ! -path './docs/*') /box_for_root/
3636
3737
- name: Upload Debug Asset => (box_for_magisk_${{ steps.get_version.outputs.version }})
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: "box_for_magisk_${{ steps.get_version.outputs.version }}"
4141
path: /box_for_root/

0 commit comments

Comments
 (0)