change to use upload-artifacts@v3
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
cp dist/setup arch-setup
|
cp dist/setup arch-setup
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: arch-setup
|
name: arch-setup
|
||||||
path: arch-setup
|
path: arch-setup
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
cp dist/setup debian-setup
|
cp dist/setup debian-setup
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: debian-setup
|
name: debian-setup
|
||||||
path: debian-setup
|
path: debian-setup
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
cp dist/setup fedora-setup
|
cp dist/setup fedora-setup
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: fedora-setup
|
name: fedora-setup
|
||||||
path: fedora-setup
|
path: fedora-setup
|
||||||
|
|||||||
Reference in New Issue
Block a user