Skip to content

Commit 601ac7a

Browse files
authored
chore(deps): bump actions/upload-artifact from 6 to 7 (#196)
2 parents 3d3a4cd + bb67de8 commit 601ac7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Upload tests reports
115115
if: needs.prepare.outputs.has-codeclimate == '1'
116-
uses: actions/upload-artifact@v6
116+
uses: actions/upload-artifact@v7
117117
with:
118118
name: test-reports-${{ matrix.php }}
119119
path: tests/reports/codeclimate.${{ matrix.php }}.json
@@ -196,7 +196,7 @@ jobs:
196196
197197
- name: Upload e2e tests logs
198198
if: failure()
199-
uses: actions/upload-artifact@v6
199+
uses: actions/upload-artifact@v7
200200
with:
201201
name: e2e-logs
202202
path: |

0 commit comments

Comments
 (0)