diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 453f13aa8..76982d11d 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -59,7 +59,7 @@ jobs: echo "RELEASE_FILE=${release_file}" >> "$GITHUB_ENV" - name: Upload source distribution for release if: ${{ github.event_name == 'release' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/${{env.RELEASE_FILE}} - name: Upload source distribution to GHA artifacts for release tags