Skip to content

Commit

Permalink
update WF
Browse files Browse the repository at this point in the history
  • Loading branch information
cevro committed Sep 10, 2024
1 parent 8296c40 commit a5d30d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-psr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Test
- if: failure()
name: Failure output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output
path: tests/**/*.actual
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
path: coverage.html
- if: failure()
name: Failure output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output
path: tests/**/*.actual

0 comments on commit a5d30d0

Please sign in to comment.