We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d046f + f22dc88 commit b5d20efCopy full SHA for b5d20ef
.github/workflows/deploy-to-wordpress.yml
@@ -15,6 +15,10 @@ jobs:
15
php-version: 7.4
16
extensions: mbstring, intl
17
tools: composer
18
+
19
+ - name: Install Subversion
20
+ run: sudo apt-get update && sudo apt-get install -y subversion
21
22
- name: Install PHP dependencies
23
run: |
24
composer install --no-dev --optimize-autoloader
.github/workflows/upload-plugin-zip.yml
@@ -21,7 +21,7 @@ jobs:
composer run-script zip
- name: Upload artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
25
with:
26
name: wpgraphql-smart-cache
27
path: plugin-build/wpgraphql-smart-cache.zip
0 commit comments