diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b29c05c..a8c45ac5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -505,7 +505,7 @@ jobs: export VERSION=$(python -c "import setup; print(setup.VERSION)") git tag "v$VERSION" git push origin "v$VERSION" - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 name: Create Release id: create_release env: