Skip to content

Commit

Permalink
fix: update upload artifacts action (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Oct 15, 2024
1 parent e27337d commit ce3454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d2iq-relesae-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Pushing docker images
run: 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 ce3454c

Please sign in to comment.