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

chore(deps): update github artifact actions to v4 (major) #211

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .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.1 && matrix.stability == 'prefer-stable' }}
- name: Save code coverage to artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.php == 8.1
with:
name: code-coverage
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Fetch code coverage artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: code-coverage
- name: Upload coverage to Codecov
Expand Down
Loading