Skip to content

Commit e310f6e

Browse files
pelwellpopcornmix
authored andcommitted
Update kernel-build.yml to use node.js 20
Upgrade the actions to v4 to get rid of the warning about migrating from node.js 16.
1 parent 0a3245f commit e310f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kernel-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
timeout-minutes: 5
7171

72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373
with:
7474
fetch-depth: 1
7575
clean: true
@@ -101,7 +101,7 @@ jobs:
101101
run: tar -cvf ${{matrix.name}}_build.tar -C ${{github.workspace}}/install .
102102

103103
- name: Upload results
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: ${{matrix.name}}_build
107107
path: ${{matrix.name}}_build.tar

0 commit comments

Comments
 (0)