Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#429)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent ac4faa6 commit 1557bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.CODECOV_REPORT }}
path: coverage.xml
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.CODECOV_REPORT }}
path: coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-6.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.CODECOV_REPORT }}
path: coverage.xml
Expand Down

0 comments on commit 1557bcf

Please sign in to comment.