From 4669e0f9ea30472b223af2a489e86c3d08553d1a Mon Sep 17 00:00:00 2001 From: Laurent Laborde Date: Wed, 10 Jul 2024 09:51:26 +0200 Subject: [PATCH] node depreciation again --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d184f3..8733291 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,7 @@ jobs: needs: [build, test, deploy] runs-on: ubuntu-latest container: - image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2 + image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3 steps: - name: Download artifact uses: actions/download-artifact@v4