From 57d6cadd5b8854c96e87782c8c22ba5f1f80551c Mon Sep 17 00:00:00 2001 From: Tarun Gupta Akirala Date: Thu, 14 Nov 2024 16:19:11 -0800 Subject: [PATCH] ci: migrate to `actions/checkout@v4` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85f8ac33..40fd503e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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*