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