Skip to content

Commit

Permalink
Resolving "This request has been automatically failed because it uses…
Browse files Browse the repository at this point in the history
… a deprecated version of `actions/download-artifact: v2`" (mautic#14122)
  • Loading branch information
escopecz authored Sep 18, 2024
1 parent dcd97fe commit 181701c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2
uses: actions/download-artifact@v4
with:
name: ${{ needs.release.outputs.mautic-version }}.zip

Expand Down Expand Up @@ -207,7 +207,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@v2
uses: actions/download-artifact@v4
with:
name: ${{ needs.release.outputs.mautic-version }}-update.zip
path: ./mautic-testing
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Download full installation package from previous step
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ needs.release.outputs.mautic-version }}.zip

Expand Down

0 comments on commit 181701c

Please sign in to comment.