Skip to content

Commit d96ccac

Browse files
authored
Merge pull request #50 from jakzal/actions-bump
Bump actions/upload-artifact
2 parents 9f3af55 + 20f5931 commit d96ccac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: make update-min test-min package test-package
4545

4646
- name: Upload the phar
47-
uses: actions/upload-artifact@v1
47+
uses: actions/upload-artifact@v4
4848
if: matrix.php == '8.1' && matrix.deps == 'high'
4949
with:
5050
name: zalas-phpunit-injector-extension.phar

0 commit comments

Comments
 (0)