From a37f0311636033adb43e246d68d4fd74727c7ceb Mon Sep 17 00:00:00 2001 From: Laurent Laborde Date: Wed, 10 Jul 2024 09:49:07 +0200 Subject: [PATCH] node depreciation again --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cebc85c..7d184f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,13 +12,13 @@ permissions: env: INSTANCE: 'Writerside/d' ARTIFACT: 'webHelpD2-all.zip' - DOCKER_VERSION: '233.14389' ALGOLIA_ARTIFACT: 'algolia-indexes-D.zip' ALGOLIA_APP_NAME: 'NLAGB2LZHU' ALGOLIA_INDEX_NAME: 'MY_INDEX' ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}' CONFIG_JSON_PRODUCT: 'HI' CONFIG_JSON_VERSION: '1.0' + DOCKER_VERSION: '241.16003' jobs: build: @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs @@ -90,7 +90,7 @@ jobs: image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2 steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs - name: Unzip artifact