File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
if : ${{ !needs.firebase_preview.outputs.output_url }}
158
158
run : npx nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-integration --shard=${{ matrix.shard }}/${{ strategy.job-total }}
159
159
160
- - uses : actions/upload-artifact@v3
160
+ - uses : actions/upload-artifact@v4
161
161
if : always()
162
162
with :
163
163
name : playwright-report-smoke-${{ matrix.shard }}_${{ strategy.job-total }}
@@ -199,7 +199,7 @@ jobs:
199
199
continue-on-error : true
200
200
run : npx nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-full --shard=${{ matrix.shard }}/${{ strategy.job-total }}
201
201
202
- - uses : actions/upload-artifact@v3
202
+ - uses : actions/upload-artifact@v4
203
203
if : always()
204
204
with :
205
205
name : playwright-report-full-${{ matrix.shard }}_${{ strategy.job-total }}
You can’t perform that action at this time.
0 commit comments