mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
chore: Update windows-alpha-build workflow to use actions/upload-artifact@v4
This commit is contained in:
12
.github/workflows/windows-alpha-build.yml
vendored
12
.github/workflows/windows-alpha-build.yml
vendored
@@ -159,42 +159,42 @@ jobs:
|
|||||||
mv ./zen.win64.zip ./zen.win64-pgo-stage-1.zip
|
mv ./zen.win64.zip ./zen.win64-pgo-stage-1.zip
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ !inputs.generate-gpo }}
|
if: ${{ !inputs.generate-gpo }}
|
||||||
with:
|
with:
|
||||||
name: zen.win64.zip
|
name: zen.win64.zip
|
||||||
path: ./zen.win64.zip
|
path: ./zen.win64.zip
|
||||||
|
|
||||||
- name: Upload PGO build
|
- name: Upload PGO build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ inputs.generate-gpo }}
|
if: ${{ inputs.generate-gpo }}
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.profile-data-path }}
|
name: ${{ inputs.profile-data-path }}
|
||||||
path: ./zen.win64-pgo-stage-1.zip
|
path: ./zen.win64-pgo-stage-1.zip
|
||||||
|
|
||||||
- name: Upload mar
|
- name: Upload mar
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ !inputs.generate-gpo }}
|
if: ${{ !inputs.generate-gpo }}
|
||||||
with:
|
with:
|
||||||
name: windows.mar
|
name: windows.mar
|
||||||
path: ./windows.mar
|
path: ./windows.mar
|
||||||
|
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ !inputs.generate-gpo }}
|
if: ${{ !inputs.generate-gpo }}
|
||||||
with:
|
with:
|
||||||
name: zen.installer.exe
|
name: zen.installer.exe
|
||||||
path: ./dist/zen.installer.exe
|
path: ./dist/zen.installer.exe
|
||||||
|
|
||||||
- name: Upload installer stub
|
- name: Upload installer stub
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ !inputs.generate-gpo }}
|
if: ${{ !inputs.generate-gpo }}
|
||||||
with:
|
with:
|
||||||
name: zen.installer.pretty.exe
|
name: zen.installer.pretty.exe
|
||||||
path: ./dist/zen.installer.pretty.exe
|
path: ./dist/zen.installer.pretty.exe
|
||||||
|
|
||||||
- name: Upload update manifests
|
- name: Upload update manifests
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ !inputs.generate-gpo }}
|
if: ${{ !inputs.generate-gpo }}
|
||||||
with:
|
with:
|
||||||
name: windows_update_manifest
|
name: windows_update_manifest
|
||||||
|
Reference in New Issue
Block a user