Skip to content

Commit 9c0e873

Browse files
committed
fix: checkout@3
1 parent da76fd2 commit 9c0e873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-kernel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Set up build environment
2828
run: |
@@ -62,7 +62,7 @@ jobs:
6262
echo "Build date: $(date)" >> $ARTIFACT_NAME/version.txt
6363
6464
- name: Upload artifact
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: ${{ env.ARTIFACT_NAME }}-${{ github.event.inputs.kernel_version }}
6868
path: $ARTIFACT_NAME

0 commit comments

Comments
 (0)