diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml
index 794e39ba61e3..5af95e1e3f42 100644
--- a/.github/workflows/python-tests.yaml
+++ b/.github/workflows/python-tests.yaml
@@ -97,7 +97,7 @@ jobs:
 
       - name: Build test image
         if: ${{ matrix.build-docker-images }}
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v4
         with:
           context: .
           # TODO: We do not need the UI in these tests and we may want to add a build-arg to disable building it
@@ -118,7 +118,7 @@ jobs:
 
       - name: Build Conda flavored test image
         if: ${{ matrix.build-docker-images }}
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v4
         with:
           context: .
           build-args: |
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 7b32a057750b..a9d93f82ddc0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -90,7 +90,7 @@ jobs:
           fetch-depth: 0
 
       - name: Build image
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v4
         with:
           context: .
           build-args: PYTHON_VERSION=${{ matrix.python-version }}
@@ -151,7 +151,7 @@ jobs:
           fetch-depth: 0
 
       - name: Build image
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v4
         with:
           context: .
           build-args: |