Skip to content

Commit 99d31a1

Browse files
authored
update version of certain Actions
1 parent 714272e commit 99d31a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/setup-node@v1
6161

6262
- name: Checkout Code
63-
uses: actions/checkout@v1
63+
uses: actions/checkout@v4
6464
with:
6565
submodules: true
6666

@@ -78,7 +78,7 @@ jobs:
7878
make BOARD=${{ matrix.board }} all
7979
make BOARD=${{ matrix.board }} copy-artifact
8080
81-
- uses: actions/upload-artifact@v2
81+
- uses: actions/upload-artifact@v4
8282
with:
8383
name: ${{ matrix.board }}
8484
path: _bin/${{ matrix.board }}

0 commit comments

Comments
 (0)