Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
persist-credentials: false

- name: Download generated artifact set
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: act-generated-theme-assets
path: .
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
persist-credentials: false

- name: Download generated artifact set
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: act-generated-theme-assets
path: .
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
persist-credentials: false

- name: Download generated artifact set
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: act-generated-theme-assets
path: .
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
run: test "$RELEASE_TAG" = "v0.3.3"

- name: Build updater-signed beta artifacts and publish the tagged release
uses: tauri-apps/tauri-action@944946e3e4cac6603d1fe8f514171e9ecd3c78aa # v1
uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACT_UPDATER_PUBKEY: ${{ vars.TAURI_UPDATER_PUBKEY }}
Expand Down