mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ci: bump actions/download-artifact from 3 to 4
Notable changes: - Downloads are significantly faster, upwards of 90% improvement in worst case scenarios. - Artifacts can be downloaded from other workflow runs and repositories when supplied with a PAT.
This commit is contained in:
parent
34f008e247
commit
0463403030
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
# before running, and would therefore delete the downloaded artifacts
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y gettext-base
|
||||
@ -196,7 +196,7 @@ jobs:
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
- name: Fetch nightly build msi from previous job
|
||||
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name == 'nightly')
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
- if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name == 'nightly')
|
||||
name: Get version from nightly build msi
|
||||
id: get-version
|
||||
|
Loading…
Reference in New Issue
Block a user