Skip to content

Commit

Permalink
Merge pull request #13830 from nick-vanpraet/bugfix/update-action-dow…
Browse files Browse the repository at this point in the history
…nload-artifact

Update actions/download-artifact version to match upload-artifact
  • Loading branch information
nick-vanpraet authored Jun 12, 2024
2 parents ff5f684 ae3e8b5 commit b30170e
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@v3
uses: actions/download-artifact@v4
with:
name: ${{ needs.release.outputs.mautic-version }}.zip

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b30170e

Please sign in to comment.