Skip to content

Commit e01d012

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 57feff0 commit e01d012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run Playwright tests
1818
run: npm run test:ci
1919
- name: Upload test results
20-
uses: actions/upload-artifact@v6
20+
uses: actions/upload-artifact@v7
2121
if: ${{ !cancelled() }}
2222
with:
2323
name: playwright-report

0 commit comments

Comments
 (0)