diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index f020995..57ecbf4 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.5.0 + uses: softprops/action-gh-release@v3.0.0 with: files: bindist/${{ env.DIST_FILE }}