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
|
run: ./gradlew buildAll
|
||||||
|
|
||||||
- name: 上傳 Release Artifact
|
- name: 上傳 Release Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: npatch-release-${{ env.commit }}
|
name: npatch-release-${{ env.commit }}
|
||||||
path: out/release/*
|
path: out/release/*
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: 上傳 Debug Artifact
|
- name: 上傳 Debug Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: npatch-debug-${{ env.commit }}
|
name: npatch-debug-${{ env.commit }}
|
||||||
path: out/debug/*
|
path: out/debug/*
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
- name: 上傳 mappings
|
- name: 上傳 mappings
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: mappings-${{ env.commit }}
|
name: mappings-${{ env.commit }}
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -135,7 +135,7 @@ jobs:
|
||||||
manager/build/outputs/mapping
|
manager/build/outputs/mapping
|
||||||
|
|
||||||
- name: 上傳 symbols
|
- name: 上傳 symbols
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: symbols-${{ env.commit }}
|
name: symbols-${{ env.commit }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue