From 42c8a7932635588515d6a0743d70ff61fdf76590 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 06:29:26 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.3 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f8b16e..374f8d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: done ls -lh ./bin - - uses: actions/upload-artifact@v4.3.3 + - uses: actions/upload-artifact@v4.4.3 with: name: release-executable-${{ matrix.target }} if-no-files-found: error @@ -107,7 +107,7 @@ jobs: cp "./target/${{ env.TARGET }}/release/kble-serialport.exe" "./bin/kble-serialport-${{ env.TARGET }}.exe" ls -lh ./bin - - uses: actions/upload-artifact@v4.3.3 + - uses: actions/upload-artifact@v4.4.3 with: name: release-executable-${{ env.TARGET }} if-no-files-found: error