diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7396b1..dfb6b92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 with: toolchain: stable - - uses: Swatinem/rust-cache@49a0bdc70d2e1b713ca9e2869b211fcce03d3c1c + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 with: workspaces: apps/shell/src-tauri -> target shared-key: desktop-release-v1 @@ -134,14 +134,14 @@ jobs: - run: bun test tests/e2e env: BOITE_E2E_PREBUILT_UI: '1' - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: windows-installer path: apps/shell/src-tauri/target/release/bundle/nsis/*.exe if-no-files-found: error compression-level: 0 retention-days: 7 - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: failure() with: name: desktop-failure-captures diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 43f5a23..1d96424 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -93,7 +93,7 @@ jobs: - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: bun-version-file: package.json - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: windows-installer path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05e83ce..80d90af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 with: bun-version-file: package.json - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: windows-installer path: artifacts diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 8399b6c..fd4fbcf 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -77,7 +77,7 @@ jobs: docker push "$tag" mkdir -p digests docker inspect --format '{{index .RepoDigests 0}}' "$tag" > "digests/$ARCH" - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: inputs.publish with: name: server-digest-${{ matrix.arch }} @@ -93,7 +93,7 @@ jobs: contents: read packages: write steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: server-digest-* path: digests