diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d87ef14..00dec0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -266,7 +266,7 @@ jobs: } >> "$GITHUB_ENV" - name: Build the app (Tauri) - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: # macOS signing is injected via $GITHUB_ENV by "Configure Apple code # signing" above, and only when a certificate secret is set. The @@ -503,7 +503,7 @@ jobs: run: node scripts/release-notes.mjs - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist-all