Skip to content

Commit 49f938c

Browse files
committed
CI: Update actions due to impending node20 deprecation
1 parent b78abba commit 49f938c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository and submodules
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
submodules: recursive
2323

@@ -46,7 +46,7 @@ jobs:
4646
- name: upload
4747
if: github.repository == 'FDOS/kernel' &&
4848
(github.event_name == 'push' || github.event.pull_request.merged == true)
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: ${{ steps.snapshotname.outputs.fname }}
5252
path: _output/*/*.???

0 commit comments

Comments
 (0)