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

Commit

Permalink
chore(deps): update github artifact actions to v4 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent fc54645 commit 0a6c096
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0a6c096

Please sign in to comment.