Skip to content

Commit 343ea8e

Browse files
authored
Merge pull request #8 from vardumper/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents 4824cbe + 82cf93c commit 343ea8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload coverage artifact
4747
if: matrix.php == '8.2' && matrix.migration-bundle == 'none'
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: coverage-report
5151
path: coverage-report/

0 commit comments

Comments
 (0)