|
@@ -70,7 +70,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Upload Artifacts
|
|
- name: Upload Artifacts
|
|
|
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}
|
|
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
with:
|
|
|
name: windows-artifact
|
|
name: windows-artifact
|
|
|
path: windows-release/
|
|
path: windows-release/
|
|
@@ -81,7 +81,7 @@ jobs:
|
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
|
steps:
|
|
steps:
|
|
|
- name: Download
|
|
- name: Download
|
|
|
- uses: actions/download-artifact@v3
|
|
|
|
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
with:
|
|
|
name: windows-artifact
|
|
name: windows-artifact
|
|
|
path: ./windows-release
|
|
path: ./windows-release
|
|
@@ -101,7 +101,7 @@ jobs:
|
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
|
steps:
|
|
steps:
|
|
|
- name: Download
|
|
- name: Download
|
|
|
- uses: actions/download-artifact@v3
|
|
|
|
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
with:
|
|
|
name: windows-artifact
|
|
name: windows-artifact
|
|
|
path: ./windows-release/
|
|
path: ./windows-release/
|