🔧 update actions/upload-artifac
This commit is contained in:
2
.github/workflows/pake-cli.yaml
vendored
2
.github/workflows/pake-cli.yaml
vendored
@@ -131,7 +131,7 @@ jobs:
|
||||
TARGETS: ${{ inputs.targets }}
|
||||
|
||||
- name: Upload archive
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: output-${{ inputs.platform }}.zip
|
||||
path: node_modules/pake-cli/output/*
|
||||
|
||||
2
.github/workflows/pake_build_single_app.yaml
vendored
2
.github/workflows/pake_build_single_app.yaml
vendored
@@ -141,7 +141,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Upload For Single Build
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: startsWith(github.ref, 'refs/tags/') != true
|
||||
with:
|
||||
path: 'output/*/*.*'
|
||||
|
||||
Reference in New Issue
Block a user