Skip to content

Commit 7a71509

Browse files
committed
Update zipitup.yml
1 parent e19bfa3 commit 7a71509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zipitup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
run: |
2828
mkdir build
2929
- name: Create artifact
30-
uses: montudor/action-zip@v0.1.0
30+
uses: montudor/action-zip@v1
3131
with:
3232
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**
3333
- name: Upload artifact
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v3
3535
with:
3636
name: knowledgebase
3737
path: build/knowledgebase.zip

0 commit comments

Comments
 (0)