chore(deps): update actions/upload-artifact action to v6 (#420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ca080a5725
commit
cb2a4d57cb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Upload APK
|
||||
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: Release
|
||||
path: ${{ github.workspace }}/app/build/outputs/apk/release
|
||||
2
.github/workflows/script_build.yml
vendored
2
.github/workflows/script_build.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: cd script && pnpm run build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v5.0.0
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
with:
|
||||
name: Todo Script
|
||||
path: ./script/updateVersionCode.js
|
||||
Loading…
Reference in a new issue