Skip to content

Commit

Permalink
fix gha artifact toolkit version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Dec 17, 2024
1 parent a681a74 commit feee4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
for FILE in build/bin/*; do
gzip $FILE
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ha_cluster_exporter
path: build/bin
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: github.event.release
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: ha_cluster_exporter
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit feee4fb

Please sign in to comment.