Skip to content

Commit 984070d

Browse files
authored
Merge pull request #2122 from doctrine/dependabot/github_actions/2.18.x/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 17b0380 + 011ec6b commit 984070d

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
@@ -115,7 +115,7 @@ jobs:
115115
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
116116

117117
- name: "Upload coverage file"
118-
uses: "actions/upload-artifact@v4"
118+
uses: "actions/upload-artifact@v5"
119119
with:
120120
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
121121
path: "coverage.xml"

0 commit comments

Comments
 (0)