Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
ci: normalize artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Oct 24, 2024
1 parent d661869 commit 1848a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == 8.2 && matrix.stability == 'prefer-stable' }}
- name: Save code coverage to artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.php == 8.2
with:
name: code-coverage
Expand Down

0 comments on commit 1848a33

Please sign in to comment.