Skip to content

Commit

Permalink
Bump deprecated version of 'actions/upload-artifact' action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 30, 2024
1 parent b50a053 commit 90070a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: .ci/build-phar.sh

- name: Upload Zephir Phar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zephir.phar
path: zephir.phar
Expand Down

0 comments on commit 90070a6

Please sign in to comment.