We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78abba commit 49f938cCopy full SHA for 49f938c
.github/workflows/ci-build.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repository and submodules
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
with:
22
submodules: recursive
23
@@ -46,7 +46,7 @@ jobs:
46
- name: upload
47
if: github.repository == 'FDOS/kernel' &&
48
(github.event_name == 'push' || github.event.pull_request.merged == true)
49
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
50
51
name: ${{ steps.snapshotname.outputs.fname }}
52
path: _output/*/*.???
0 commit comments