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 47
47
48
48
- name : Upload Playwright artifacts
49
49
if : always()
50
- uses : actions/upload-artifact@v3
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : playwright-artifacts
53
53
path : playwright-artifacts
@@ -177,7 +177,7 @@ jobs:
177
177
git --work-tree=gh-pages checkout gh-pages -- .
178
178
179
179
- name : Download Playwright artifacts
180
- uses : actions/download-artifact@v3
180
+ uses : actions/download-artifact@v4
181
181
with :
182
182
name : playwright-artifacts
183
183
path : playwright-artifacts
@@ -219,7 +219,7 @@ jobs:
219
219
fetch-depth : 0
220
220
221
221
- name : Download Playwright artifacts
222
- uses : actions/download-artifact@v3
222
+ uses : actions/download-artifact@v4
223
223
with :
224
224
name : playwright-artifacts
225
225
path : playwright-artifacts
You can’t perform that action at this time.
0 commit comments