ci: Bump actions to avoid Node 20 deprecation (#6772)

This commit is contained in:
Pun Butrach 2026-03-13 20:41:35 +07:00 committed by GitHub
parent 882cb4a0d4
commit b2b1e4f993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.pr && format('refs/pull/{0}/merge', inputs.pr) || github.ref }}
@ -39,7 +39,7 @@ jobs:
run: ./gradlew :patches:buildAndroid --no-daemon
- name: Upload artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: revanced-patches
path: patches/build/libs