From ae3e8b5b86f073de8799e08a368abea5e514fa24 Mon Sep 17 00:00:00 2001 From: Nick Vanpraet Date: Wed, 12 Jun 2024 16:44:52 +0200 Subject: [PATCH] Update actions/download-artifact version to match upload-artifact --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcc9797ed0b..229f9941d68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, mysql, pdo_mysql - name: Download full installation package from previous step - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ needs.release.outputs.mautic-version }}.zip @@ -211,7 +211,7 @@ jobs: php bin/console mautic:install --force http://localhost - name: "Download update package artifact ${{ needs.release.outputs.mautic-version }}-update.zip" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ needs.release.outputs.mautic-version }}-update.zip path: ./mautic-testing @@ -252,7 +252,7 @@ jobs: run: composer install --prefer-dist --no-progress - name: Download full installation package from previous step - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ needs.release.outputs.mautic-version }}.zip