This is an automated email from the ASF dual-hosted git repository.
maciej pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 49c6c5ba5 fix(ci): filter artifact download to exclude docker cache
(#2483)
49c6c5ba5 is described below
commit 49c6c5ba5e848da765cbfef2290d8d44f5357006
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Dec 12 18:34:02 2025 +0100
fix(ci): filter artifact download to exclude docker cache (#2483)
---
.github/workflows/_build_rust_artifacts.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/_build_rust_artifacts.yml
b/.github/workflows/_build_rust_artifacts.yml
index ea3e1bf15..b131c25da 100644
--- a/.github/workflows/_build_rust_artifacts.yml
+++ b/.github/workflows/_build_rust_artifacts.yml
@@ -259,6 +259,7 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
+ pattern: "*-unknown-linux-*"
path: dist
merge-multiple: true