Skip to content

Commit

Permalink
Merge pull request #581 from turtle0x1/gh-artifacts-v4
Browse files Browse the repository at this point in the history
Update actions/upload-artifact to v4
  • Loading branch information
turtle0x1 authored Sep 17, 2024
2 parents 07df3ae + 20deeaf commit 7019748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: run phpstan
run: /usr/bin/php7.4 vendor/bin/phpstan analyse src --level 1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: test-coverage
path: coverage/
Expand Down

0 comments on commit 7019748

Please sign in to comment.