build(deps): bump the actions group across 1 directory with 2 updates (#31)
This commit is contained in:
parent
e576531cbc
commit
fd8dc4d3c9
|
|
@ -113,21 +113,21 @@ jobs:
|
|||
run: ./gradlew buildAll
|
||||
|
||||
- name: 上傳 Release Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: npatch-release-${{ env.commit }}
|
||||
path: out/release/*
|
||||
retention-days: 14
|
||||
|
||||
- name: 上傳 Debug Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: npatch-debug-${{ env.commit }}
|
||||
path: out/debug/*
|
||||
retention-days: 7
|
||||
|
||||
- name: 上傳 mappings
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: mappings-${{ env.commit }}
|
||||
path: |
|
||||
|
|
@ -135,7 +135,7 @@ jobs:
|
|||
manager/build/outputs/mapping
|
||||
|
||||
- name: 上傳 symbols
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: symbols-${{ env.commit }}
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue