From 17dfc5503c9246e2b9f2a0c50436781ea32a5b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 05:01:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20bump=20actions/upload-artifact?= =?UTF-8?q?=20from=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-config-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 5de63329..207b2a70 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: zip -r config-default.zip config/_default - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: config-default path: config-default.zip