diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index cc66a483d..5e2583a43 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -38,7 +38,8 @@ jobs: uses: PrestaShopCorp/github-action-clean-before-deploy@v1.0 - name: Create & upload artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: ${{ github.event.repository.name }} - path: ../ + path: ./ + include-hidden-files: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6af0f65d3..77cd6cccb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,10 +57,11 @@ jobs: paths: 'crowdin.yml' - name: Create & upload artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: ${{ github.event.repository.name }} - path: ../ + path: ./ + include-hidden-files: true upload_release_asset_production: name: Upload the production zip asset to the release