File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ jobs:
977
977
978
978
# To save our replication.out file into an artifact.
979
979
# By default, GitHub stores build logs and artifacts for 90 days.
980
- - uses : actions/upload-artifact@v3
980
+ - uses : actions/upload-artifact@v4
981
981
with :
982
982
name : replication-artifact
983
983
path : ./replication/coverage/replication.out
@@ -1135,7 +1135,7 @@ jobs:
1135
1135
key : ${{ runner.os }}-coverage-pkg-2-${{ github.run_id }}
1136
1136
1137
1137
# Get the replication.out file from the artifact since this is working for self host runner.
1138
- - uses : actions/download-artifact@v3
1138
+ - uses : actions/download-artifact@v4
1139
1139
with :
1140
1140
name : replication-artifact
1141
1141
path : replication/coverage
@@ -1483,13 +1483,13 @@ jobs:
1483
1483
npx nyc report # To see report printed in logs as text
1484
1484
echo "npx nyc report --reporter=html"
1485
1485
npx nyc report --reporter=html # to see report in ./coverage/index.html
1486
- - uses : actions/upload-artifact@v3
1486
+ - uses : actions/upload-artifact@v4
1487
1487
if : always()
1488
1488
with :
1489
1489
name : playwright-report
1490
1490
path : playwright-report/
1491
1491
retention-days : 30
1492
- - uses : actions/upload-artifact@v3
1492
+ - uses : actions/upload-artifact@v4
1493
1493
if : always()
1494
1494
with :
1495
1495
name : coverage
Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ jobs:
213
213
npx nyc report # To see report printed in logs as text
214
214
echo "npx nyc report --reporter=html"
215
215
npx nyc report --reporter=html # to see report in ./coverage/index.html
216
- - uses : actions/upload-artifact@v3
216
+ - uses : actions/upload-artifact@v4
217
217
if : always()
218
218
with :
219
219
name : playwright-report
220
220
path : playwright-report/
221
221
retention-days : 30
222
- - uses : actions/upload-artifact@v3
222
+ - uses : actions/upload-artifact@v4
223
223
if : always()
224
224
with :
225
225
name : coverage
You can’t perform that action at this time.
0 commit comments