mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Migrate save artifact action (#18277)
Migrate to new `prometheus/promci-artifacts` action. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
a73202012b
commit
cc6d084794
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue