Skip to content

Commit

Permalink
fix(ci): update promci to v0.4.6 to handle artifact actions deprecati…
Browse files Browse the repository at this point in the history
…on (prometheus#4259)

Same as prometheus#4258

The update addresses failing GitHub Actions caused by the deprecation of
v3 actions/upload-artifact and actions/download-artifact APIs.

This change:
- Updates promci from previous version to v0.4.6
- I hope resolves CI failures in artifact upload/download steps

https://github.com/prometheus/promci/releases/tag/v0.4.6
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Signed-off-by: Raúl Naveiras <[email protected]>
Signed-off-by: Tossaporn Jiw <[email protected]>
  • Loading branch information
rnaveiras authored and Tossaporn Jiw committed Feb 26, 2025
1 parent f7641f1 commit 6c9942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: ci
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: prometheus/promci@3cb0c3871f223bd5ce1226995bd52ffb314798b6 # v0.1.0
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
- uses: ./.github/promci/actions/build
with:
parallelism: 12
Expand Down

0 comments on commit 6c9942b

Please sign in to comment.