Skip to content

Commit 05b5e61

Browse files
authored
Merge pull request #7031 from LibreSign/dependabot/github_actions/actions/upload-artifact-7.0.0
chore(deps): Bump actions/upload-artifact from 5.0.0 to 7.0.0
2 parents 2e6f502 + 02a65ff commit 05b5e61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ jobs:
215215
run: npx playwright test
216216

217217
- name: Upload Playwright report
218-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
218+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
219219
if: always()
220220
with:
221221
name: playwright-report
222222
path: apps/${{ env.APP_NAME }}/playwright-report/
223223
retention-days: 30
224224

225225
- name: Upload test results
226-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
226+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
227227
if: always()
228228
with:
229229
name: playwright-test-results

0 commit comments

Comments
 (0)