Merge pull request #2164 from gedoor/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
This commit is contained in:
kunfei
2022-08-14 08:51:03 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ jobs:
cp -rf ${{ github.workspace }}/app/build/outputs/apk/*/*/*.apk ${{ github.workspace }}/apk/
- name: Upload App To Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: legado_${{ env.product }}
path: ${{ github.workspace }}/apk/*.apk

View File

@@ -90,7 +90,7 @@ jobs:
mv "$file" ${{ github.workspace }}/apk/legado_${{ env.product }}_${{ env.VERSIONL }}_$typeName.apk
done
- name: Upload App To Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: legado.${{ env.product }}.${{ env.type }}
path: ${{ github.workspace }}/apk/*.apk