aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-15 13:51:51 +0100
committerGitHub <noreply@github.com>2023-12-15 13:51:51 +0100
commit046340303076c3680cf767f01c6748d9dd5c8fa5 (patch)
tree43f2a770f6e4cd0367f64d75f4e7da6d198bc046
parent34f008e2472425ff89cd58b4ecca633e7d70290c (diff)
downloadrneovim-046340303076c3680cf767f01c6748d9dd5c8fa5.tar.gz
rneovim-046340303076c3680cf767f01c6748d9dd5c8fa5.tar.bz2
rneovim-046340303076c3680cf767f01c6748d9dd5c8fa5.zip
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.
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index feacb29533..3553f5f1fe 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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