diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b3bed1c..f020995 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -36,6 +36,6 @@ jobs: make -C bindist cd bindist && echo "DIST_FILE=`make dist-name | tr -d '\n'`" >> $GITHUB_ENV - name: Release binary artifacts - uses: softprops/action-gh-release@v2.4.2 + uses: softprops/action-gh-release@v2.5.0 with: files: bindist/${{ env.DIST_FILE }}