From 12c606fccd97e38f79bc9e119b8bdc6afc71f6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:08:49 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action). Updates `actions/download-artifact` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) Updates `tauri-apps/tauri-action` from 944946e3e4cac6603d1fe8f514171e9ecd3c78aa to 1deb371b0cd8bd54025b384f1cd735e725c4060f - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-action/compare/944946e3e4cac6603d1fe8f514171e9ecd3c78aa...1deb371b0cd8bd54025b384f1cd735e725c4060f) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tauri-apps/tauri-action dependency-version: 1deb371b0cd8bd54025b384f1cd735e725c4060f dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/desktop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 1899341..66fdb65 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -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: . @@ -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: . @@ -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: . @@ -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 }}