🔧 update actions/upload-artifac

This commit is contained in:
Tw93
2024-12-21 11:18:09 +08:00
parent 33c217800c
commit 7f5d3f8b67
2 changed files with 2 additions and 2 deletions

View File

@@ -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/*

View File

@@ -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/*/*.*'