File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments