From 4edc08efe5d838e211d60dcb334dc7a3ab586a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:03:18 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93ec2543..cb0cd83a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: npm run-script build --no-progress - name: Upload ASF-WebConfigGenerator - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: if-no-files-found: error name: ${{ matrix.os }}_ASF-WebConfigGenerator