From 34e9383f5362fb8f26934930a057567f473d8f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:22:15 +0800 Subject: [PATCH] ci: bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87da7b4..7829dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: echo $UCTAGS_REV > uctags-rev # No way to share variable between jobs other than using artifacts. - name: '[cache] Store revision as artifact' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: uctags path: uctags-rev @@ -77,7 +77,7 @@ jobs: - snapshot steps: - name: '[dep] Get cached ctags revision' - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: uctags - name: '[dep] Write revision to env variable'