From 30f8c1b7d240a288f8fdb3aab9e4b1ed65e20ee5 Mon Sep 17 00:00:00 2001 From: TerminallyLazy Date: Tue, 25 Aug 2026 17:12:40 -0400 Subject: [PATCH] ci: update release artifact download action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbb06da..0483b3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: contents: write steps: - name: Download release assets - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: tree-ring-memory-* merge-multiple: true