From cc6d08479493114ecccb915f99a0b19d7dbb4e3b Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 12 Mar 2026 07:23:22 +0100 Subject: [PATCH] Migrate save artifact action (#18277) Migrate to new `prometheus/promci-artifacts` action. Signed-off-by: SuperQ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15b92cf3ce..d12a4bef3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - run: make assets-tarball - run: make ui-lint - run: make ui-test - - uses: ./.github/promci/actions/save_artifacts + - uses: prometheus/promci-artifacts/save@f9a587dbc0b2c78a0c54f8ad1cde71ea29a4b76f # v0.1.0 with: directory: .tarballs