We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da76fd2 commit 9c0e873Copy full SHA for 9c0e873
.github/workflows/build-kernel.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
- name: Set up build environment
28
run: |
@@ -62,7 +62,7 @@ jobs:
62
echo "Build date: $(date)" >> $ARTIFACT_NAME/version.txt
63
64
- name: Upload artifact
65
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
66
with:
67
name: ${{ env.ARTIFACT_NAME }}-${{ github.event.inputs.kernel_version }}
68
path: $ARTIFACT_NAME
0 commit comments