File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ jobs:
5757 - name : Upload RTM
5858 if : always()
5959 continue-on-error : true
60- uses : actions/upload-artifact@v2
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : RTM
6363 path : ./RTM
6464
6565 - name : Upload Coverage
6666 if : always()
6767 continue-on-error : true
68- uses : actions/upload-artifact@v2
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : Coverage
7171 path : ./coverage
Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
6060 - name : Upload RTM
6161 if : always()
6262 continue-on-error : true
63- uses : actions/upload-artifact@v2
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : RTM
6666 path : ./RTM
6767
6868 - name : Upload Coverage
6969 if : always()
7070 continue-on-error : true
71- uses : actions/upload-artifact@v2
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : Coverage
7474 path : ./coverage
You can’t perform that action at this time.
0 commit comments