diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index bb4e64f..7056b20 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -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') }} @@ -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 }} @@ -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