Skip to content

Commit 171f7db

Browse files
authored
Merge pull request #7035 from LibreSign/backport/7031/stable33
[stable33] chore(deps): Bump actions/upload-artifact from 5.0.0 to 7.0.0
2 parents c2a3736 + cb07086 commit 171f7db

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)