Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent fe7c7b2 commit 2903bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Compile phar
run: tools/box compile

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: commercetools-php-sdk-${{ steps.branch_name.outputs.SOURCE_TAG }}.phar
path: commercetools-php-sdk.phar
Expand Down

0 comments on commit 2903bfe

Please sign in to comment.