From 0020b2436e300ed0cc301488db074c3ca4fd8628 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:35:19 +0100 Subject: [PATCH] Bump actions/download-artifact@v4 (#1852) Signed-off-by: paul.profizi --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 40617a129c..10d4e20354 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Download artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: "Display downloaded files" run: ls -R