mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci: bump actions/upload-artifact from 3 to 4
Uploads are significantly faster, upwards of 90% improvement in worst case scenarios.
This commit is contained in:
parent
0463403030
commit
d82168e41c
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -39,14 +39,14 @@ jobs:
|
|||||||
run: ./scripts/genappimage.sh ${APPIMAGE_TAG}
|
run: ./scripts/genappimage.sh ${APPIMAGE_TAG}
|
||||||
- name: tar.gz
|
- name: tar.gz
|
||||||
run: cpack --config build/CPackConfig.cmake -G TGZ
|
run: cpack --config build/CPackConfig.cmake -G TGZ
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: appimage
|
name: appimage
|
||||||
path: |
|
path: |
|
||||||
build/bin/nvim.appimage
|
build/bin/nvim.appimage
|
||||||
build/bin/nvim.appimage.zsync
|
build/bin/nvim.appimage.zsync
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nvim-linux64
|
name: nvim-linux64
|
||||||
path: |
|
path: |
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
run: printf 'NVIM_BUILD_TYPE=RelWithDebInfo\n' >> $GITHUB_ENV
|
run: printf 'NVIM_BUILD_TYPE=RelWithDebInfo\n' >> $GITHUB_ENV
|
||||||
- name: Build universal binary
|
- name: Build universal binary
|
||||||
run: ./.github/scripts/build_universal_macos.sh
|
run: ./.github/scripts/build_universal_macos.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nvim-macos
|
name: nvim-macos
|
||||||
path: build/nvim-macos.tar.gz
|
path: build/nvim-macos.tar.gz
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE='RelWithDebInfo'
|
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE='RelWithDebInfo'
|
||||||
cmake --build build --target package
|
cmake --build build --target package
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nvim-win64
|
name: nvim-win64
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user