diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f5282c..885c4403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: if-no-files-found: error - name: Create Release ${{github.ref_name}} & upload artifacts - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false