diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6254a2..113d20e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: if-no-files-found: error - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: artifacts/UnityLongPathPlugin-${{ github.ref_name }}.zip