Skip to content

Commit

Permalink
Update artifact and codecov GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Feb 27, 2024
1 parent f49b259 commit d1977a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: "vendor/bin/simple-phpunit --coverage-clover=coverage.xml"

- name: "Upload coverage file"
uses: "actions/upload-artifact@v2"
uses: "actions/upload-artifact@v4"
with:
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
path: "coverage.xml"
Expand All @@ -108,11 +108,11 @@ jobs:
fetch-depth: 2

- name: "Download coverage files"
uses: "actions/download-artifact@v2"
uses: "actions/download-artifact@v4"
with:
path: "reports"

- name: "Upload to Codecov"
uses: "codecov/codecov-action@v2"
uses: "codecov/codecov-action@v4"
with:
directory: reports
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
1.1.x
-----

* Update artifact and codecov GH actions
* Update GH actions using old node version
* Add return type for Symfony 7 compatibility
* Make AnnotationReader optional
Expand Down

0 comments on commit d1977a4

Please sign in to comment.