File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280
280
shell : bash
281
281
282
282
- name : Upload GitHub artifacts
283
- uses : actions/upload-artifact@v4.6.0
283
+ uses : actions/upload-artifact@v4.6.1
284
284
with :
285
285
name : dist-artifacts
286
286
path : dist-artifacts/
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
run : npx playwright test
118
118
119
119
- name : Upload artifacts
120
- uses : actions/upload-artifact@v4.6.0
120
+ uses : actions/upload-artifact@v4.6.1
121
121
if : ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }}
122
122
with :
123
123
name : playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
You can’t perform that action at this time.
0 commit comments