Skip to content

Commit

Permalink
NTR: use upload artifact v4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Sep 9, 2024
1 parent 0935cc7 commit 600b9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -51,7 +51,7 @@ runs:
unzip ~/.build/MolliePayments.zip -d ~/.build/MolliePayments
- name: Store ZIP file in Github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: MolliePayments-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 @@ -184,7 +184,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_v${{ inputs.SHOPWARE }}${{ inputs.CYPRESS_RESULTS_SUFFIX }}
retention-days: 1
Expand Down

0 comments on commit 600b9f0

Please sign in to comment.