Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  GitHub Actions(deps): Bump actions/cache from 3 to 4
  GitHub Actions(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
circlecube committed Apr 11, 2024
2 parents b73f33d + 0fea871 commit a68fe9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache Composer vendor directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
working-directory: ${{ steps.workflow.outputs.DIST }}
run: find .

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ${{ steps.workflow.outputs.DIST }}
name: ${{ steps.workflow.outputs.PACKAGE }}
Expand All @@ -237,7 +237,7 @@ jobs:

- name: Store screenshots of test failures
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./tests/cypress/screenshots
name: ${{ steps.workflow.outputs.PACKAGE }}-screenshots
Expand Down

0 comments on commit a68fe9c

Please sign in to comment.