File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Upload Playwright artifacts
4949 if : always()
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : playwright-artifacts
5353 path : playwright-artifacts
@@ -177,7 +177,7 @@ jobs:
177177 git --work-tree=gh-pages checkout gh-pages -- .
178178
179179 - name : Download Playwright artifacts
180- uses : actions/download-artifact@v3
180+ uses : actions/download-artifact@v4
181181 with :
182182 name : playwright-artifacts
183183 path : playwright-artifacts
@@ -219,7 +219,7 @@ jobs:
219219 fetch-depth : 0
220220
221221 - name : Download Playwright artifacts
222- uses : actions/download-artifact@v3
222+ uses : actions/download-artifact@v4
223223 with :
224224 name : playwright-artifacts
225225 path : playwright-artifacts
You can’t perform that action at this time.
0 commit comments