Skip to content

Commit

Permalink
Update workflow configuration:
Browse files Browse the repository at this point in the history
- fix GitHub warnings
  • Loading branch information
webeweb committed Apr 5, 2024
1 parent 37bf17a commit 5a41f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: php phpmetrics.phar --git --junit=build/logs/junit.xml --report-html=build/logs/ src/

- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "metrics"
path: |
Expand Down

0 comments on commit 5a41f96

Please sign in to comment.