Skip to content

Commit 2f3cef0

Browse files
authored
devops: package-for-release.yml updated (#910)
1 parent 74099a0 commit 2f3cef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-for-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
mkdir plugin-build
2626
composer archive -vvv --format=zip --file="plugin-build/wp-graphql-woocommerce"
2727
- name: Upload artifact
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: wp-graphql-woocommerce
3131
path: plugin-build/wp-graphql-woocommerce.zip

0 commit comments

Comments
 (0)