From aaceb3dbf50f0a7cc2b7ee2fe49822e07f08fe6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:41:14 +0000 Subject: [PATCH] chore: CI: bump actions/upload-artifact from 4 to 5 (#11052) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index f5e3f656ed..4579e6fa07 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -213,7 +213,7 @@ jobs: else ${{ matrix.tar || 'tar' }} cf - $dir | zstd -T0 --no-progress -o pack/$dir.tar.zst fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: matrix.release with: name: build-${{ matrix.name }}