Skip to content

Commit c77aabd

Browse files
Merge pull request #846 from doctrine/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 958a6bb + 3e9b2a4 commit c77aabd

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
@@ -93,9 +93,9 @@ jobs:
9393
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
9494

9595
- name: "Upload coverage file"
96-
uses: "actions/upload-artifact@v3"
96+
uses: "actions/upload-artifact@v4"
9797
with:
98-
name: "phpunit-${{ matrix.php-version }}.coverage"
98+
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles(composer.lock) }}.coverage"
9999
path: "coverage.xml"
100100

101101
upload_coverage:

0 commit comments

Comments
 (0)