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 729ced4 + 502ffa0 commit 80c9882Copy full SHA for 80c9882
2 files changed
.github/workflows/continuous-integration.yml
@@ -184,7 +184,7 @@ jobs:
184
zip -r free-gift-bulk-coupon-generator.zip free-gift-bulk-coupon-generator
185
186
- name: Upload build artifact
187
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
188
with:
189
name: free-gift-bulk-coupon-generator
190
path: build/free-gift-bulk-coupon-generator.zip
.github/workflows/wp-compatibility-test.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "✅ Cleanup complete"
70
71
- name: WordPress Plugin Check
72
- uses: WordPress/plugin-check-action@v1.1.4
+ uses: WordPress/plugin-check-action@v1.1.5
73
74
# Build directory - using repository root
75
build-dir: './'
0 commit comments