Skip to content

Commit 9569e65

Browse files
authored
Merge pull request #7891 from opsmill/dependabot/github_actions/stable/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 14c45ce + ffd24f5 commit 9569e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

986986
- name: playwright-report
987987
if: always()
988-
uses: actions/upload-artifact@v5
988+
uses: actions/upload-artifact@v6
989989
with:
990990
name: ${{ matrix.name }}
991991
path: frontend/app/playwright-report/

0 commit comments

Comments
 (0)