From 9a7c9d773d000883576be1552b38b8f412014164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:55:05 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.3 --- .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 aaf333bb..c88e94e1 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.4.2 + uses: actions/upload-artifact@v4.4.3 with: if-no-files-found: error name: ${{ matrix.os }}_ASF-WebConfigGenerator