Skip to content

Commit

Permalink
NTR: update artifact version (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik committed Sep 9, 2024
1 parent bf726f1 commit 8fe3953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
docker cp shop:/var/www/html/custom/plugins/.build/MollieShopware.zip ~/.build/MollieShopware.zip
- name: Store ZIP file in Github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: MollieShopware-Shopware-${{ inputs.shopware }}
retention-days: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ runs:
- name: Store Cypress Results
if: ${{ inputs.RUN_CYPRESS == 'true' && always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cypress_results_sw_v${{ inputs.SHOPWARE }}
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Store Cypress Results
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cypress_results_v${{ matrix.plugin }}
retention-days: 1
Expand Down

0 comments on commit 8fe3953

Please sign in to comment.