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.
1 parent e19bfa3 commit 7a71509Copy full SHA for 7a71509
.github/workflows/zipitup.yml
@@ -27,11 +27,11 @@ jobs:
27
run: |
28
mkdir build
29
- name: Create artifact
30
- uses: montudor/action-zip@v0.1.0
+ uses: montudor/action-zip@v1
31
with:
32
args: zip -X -r build/knowledgebase.zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist *.yml composer.* dev-helpers** build** wporg-assets** phpunit**
33
- name: Upload artifact
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
35
36
name: knowledgebase
37
path: build/knowledgebase.zip
0 commit comments