Skip to content

Commit

Permalink
devops: package-for-release.yml updated (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 authored Dec 9, 2024
1 parent 74099a0 commit 2f3cef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir plugin-build
composer archive -vvv --format=zip --file="plugin-build/wp-graphql-woocommerce"
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wp-graphql-woocommerce
path: plugin-build/wp-graphql-woocommerce.zip
Expand Down

0 comments on commit 2f3cef0

Please sign in to comment.