Skip to content

Commit 7b7ae16

Browse files
Bump actions/upload-artifact from 3 to 4 (#645)
* Bump actions/upload-artifact from 3 to 4 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]> * Update continuous_integration.yml * Update continuous_integration.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Thomason <[email protected]>
1 parent 7a75a73 commit 7b7ae16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
run: "composer cs-check"
7979

8080
- name: "Archive code coverage results"
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
83-
name: "codeCoverage"
83+
name: codeCoverage-${{ matrix.php-version }}
8484
path: "build"
8585
overwrite: true
8686

0 commit comments

Comments
 (0)