Skip to content

Commit 7542cad

Browse files
dependabot[bot]ostrolucky
authored andcommitted
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] <support@github.com>
1 parent 2be74e2 commit 7542cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
104104

105105
- name: "Upload coverage file"
106-
uses: "actions/upload-artifact@v3"
106+
uses: "actions/upload-artifact@v4"
107107
with:
108108
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
109109
path: "coverage.xml"

0 commit comments

Comments
 (0)