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 --build . --config Release
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blips-windows-x86_64.zip
|
||||
path: |
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build .
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blips-apple-universal.zip
|
||||
path: |
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
cmake .. -DBLISP_BUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build .
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blips-linux-x86_64.zip
|
||||
path: |
|
||||
@ -149,7 +149,7 @@ jobs:
|
||||
echo "Produced artifact at /artifacts/${artifact_name}"
|
||||
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blisp-linux-${{ matrix.arch }}.zip
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user