Skip to content

Commit bf6c619

Browse files
authored
Merge pull request #477 from doctrine/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 8cd4162 + b177868 commit bf6c619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
7171

7272
- name: "Upload coverage file"
73-
uses: "actions/upload-artifact@v3"
73+
uses: "actions/upload-artifact@v4"
7474
with:
75-
name: "phpunit-${{ matrix.php-version }}.coverage"
75+
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.stability }}.coverage"
7676
path: "coverage.xml"
7777

7878
upload_coverage:

0 commit comments

Comments
 (0)