mirror of
https://github.com/pine64/blisp.git
synced 2024-12-22 06:20:12 +00:00
workflows/build.yml: update upload-artifact to v4 since v3 is deprecated
This commit is contained in:
parent
39388c6b2c
commit
c2fc20452c
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: blips-windows-x86_64.zip
|
name: blips-windows-x86_64.zip
|
||||||
path: |
|
path: |
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build .
|
cmake --build .
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: blips-apple-universal.zip
|
name: blips-apple-universal.zip
|
||||||
path: |
|
path: |
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build .
|
cmake --build .
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: blips-linux-x86_64.zip
|
name: blips-linux-x86_64.zip
|
||||||
path: |
|
path: |
|
||||||
@ -149,7 +149,7 @@ jobs:
|
|||||||
echo "Produced artifact at /artifacts/${artifact_name}"
|
echo "Produced artifact at /artifacts/${artifact_name}"
|
||||||
|
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: blisp-linux-${{ matrix.arch }}.zip
|
name: blisp-linux-${{ matrix.arch }}.zip
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user