Skip to content

Commit c2c77d8

Browse files
committed
Updated github actions
1 parent 2c3961c commit c2c77d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)