From 303e07cae746dfd9ed594fa981be64375b9c40b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 06:44:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.1 --- .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 c1ce0b8..d29ed36 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.6.0 + - uses: actions/upload-artifact@v4.6.1 with: name: release-executable-${{ matrix.target }} if-no-files-found: error @@ -122,7 +122,7 @@ jobs: cp "./target/${{ env.TARGET }}/release/kble-serialport.exe" "./bin/kble-serialport-${{ env.TARGET }}.exe" ls -lh ./bin - - uses: actions/upload-artifact@v4.6.0 + - uses: actions/upload-artifact@v4.6.1 with: name: release-executable-${{ env.TARGET }} if-no-files-found: error