Skip to content

Commit

Permalink
Merge pull request PrestaShop#37887 from mattgoud/docker-compose-upgr…
Browse files Browse the repository at this point in the history
…ade-node-to-16

fix: PrestaShop#37886 - [docker-compose] - upgrade node 14 to 16
  • Loading branch information
mattgoud authored Jan 23, 2025
2 parents a5cec95 + 219a49e commit aced7ef
Show file tree
Hide file tree
Showing 7 changed files with 31,238 additions and 159 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron_nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
FILENAME="$( echo -e '${{ env.TEST_CAMPAIGN }}' | tr ':' '-' )"
mv ./mochawesome-report/mochawesome.json ${{ env.REPORTS_DIR_PATH }}/${FILENAME}.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload report
with:
name: reports_${{ env.GH_BRANCH }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
fetch-depth: 0
ref: ${{ env.GH_BRANCH }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download reports
with:
name: reports_${{ env.GH_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity-productV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker logs my_prestashop_prestashop-git_1 > ./var/docker-logs/prestashop.log
- name: Upload Screenshots and logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: sanity-${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
docker logs my_prestashop_prestashop-git_1 > ./var/docker-logs/prestashop.log
- name: Upload Screenshots and logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: sanity-${{ matrix.php }}
Expand Down
Loading

0 comments on commit aced7ef

Please sign in to comment.