From 116215d1064912dbbd8acf2a19c123a879f7239c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:53:35 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 209bdc52..7ae148fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: done ls -lh ./bin - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v4.4.3 with: name: release-executable-${{ matrix.target }} if-no-files-found: error