Skip to content

Commit e8ca38c

Browse files
authored
Merge pull request #7574 from LibreSign/backport/7512/stable32-manual
[stable32] chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 1c49be4 + e1df30a commit e8ca38c

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
@@ -258,15 +258,15 @@ jobs:
258258
run: npx playwright test
259259

260260
- name: Upload Playwright report
261-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
261+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
262262
if: always()
263263
with:
264264
name: playwright-report
265265
path: apps/${{ env.APP_NAME }}/playwright-report/
266266
retention-days: 30
267267

268268
- name: Upload test results
269-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
269+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
270270
if: always()
271271
with:
272272
name: playwright-test-results

0 commit comments

Comments
 (0)