diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index aba09cf..0e58c48 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -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/* diff --git a/.github/workflows/pake_build_single_app.yaml b/.github/workflows/pake_build_single_app.yaml index 98540fc..c6c4eaf 100644 --- a/.github/workflows/pake_build_single_app.yaml +++ b/.github/workflows/pake_build_single_app.yaml @@ -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/*/*.*'