diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 770b76d..cb1a4f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/" fi - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 with: name: bins-${{ matrix.build }} path: dist