diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8036b6c..f1ffbbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: run: tar --zstd -cvf ${{ steps.version.outputs.name }}.tar.zst ${{ steps.version.outputs.name }} - name: Create release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/v') with: files: "*.tar.zst"