Skip to content

Commit

Permalink
Merge pull request #23 from mymine/renovate/major-github-artifact-act…
Browse files Browse the repository at this point in the history
…ions

Update actions/upload-artifact action to v4
  • Loading branch information
mymine authored Mar 8, 2024
2 parents 0b9d173 + 699dbe2 commit cd03679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
chmod 777 ./build.sh
./build.sh release
- name: Upload release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: magiskhide-release
path: out/magisk-module
Expand All @@ -36,7 +36,7 @@ jobs:
chmod 777 ./build.sh
./build.sh debug
- name: Upload debug
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: magiskhide-debug
path: out/magisk-module

0 comments on commit cd03679

Please sign in to comment.