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