diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02dd23f..b2a836a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Publish GitHub Release (tag builds only) if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | src-tauri/target/release/bundle/dmg/*.dmg @@ -75,7 +75,7 @@ jobs: - name: Publish updater release assets (tag builds only) if: startsWith(github.ref, 'refs/tags/') && hashFiles('artifacts/release/updater-assets.tar.gz') != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | artifacts/release/updater-artifacts.txt