Skip to content

Commit

Permalink
ci: migrate to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala authored Nov 15, 2024
1 parent 644ebe3 commit 57d6cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Pushing docker images
run: sudo make push
- name: Uploading binary files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zookeeper-exporter
path: bin/zookeeper-exporter*

0 comments on commit 57d6cad

Please sign in to comment.