Skip to content

Commit 017bde1

Browse files
authored
Merge branch 'main' into fix/387-toc-overflow-sidebar-crowding
2 parents 204affb + e4b82b0 commit 017bde1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v6
8787

8888
- name: Download fixtures build artifact
89-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: fixtures-build
9292
path: fixtures/_build/html/
@@ -126,7 +126,7 @@ jobs:
126126
retention-days: 30
127127

128128
- name: Post Visual Test Results to PR
129-
uses: daun/playwright-report-summary@v3
129+
uses: daun/playwright-report-summary@v4
130130
if: github.event_name == 'pull_request'
131131
with:
132132
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
steps:
151151
- name: Download fixtures build artifact
152-
uses: actions/download-artifact@v7
152+
uses: actions/download-artifact@v8
153153
with:
154154
name: fixtures-build
155155
path: fixtures/_build/html/

0 commit comments

Comments
 (0)