Skip to content

Commit 122c0c3

Browse files
Merge pull request #8426 from nextcloud-libraries/dependabot/github_actions/actions/upload-artifact-7.0.1
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 700491f + fb55afd commit 122c0c3

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
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Upload blob report to GitHub Actions Artifacts
6060
if: ${{ !cancelled() }}
61-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
61+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6262
with:
6363
name: blob-report-${{ matrix.shardIndex }}
6464
path: blob-report
@@ -96,7 +96,7 @@ jobs:
9696
run: npx playwright merge-reports --reporter html,github ./all-blob-reports
9797

9898
- name: Upload HTML report
99-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
99+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
100100
with:
101101
name: html-report--attempt-${{ github.run_attempt }}
102102
path: playwright-report

0 commit comments

Comments
 (0)