We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a238b6 commit 1d216c8Copy full SHA for 1d216c8
1 file changed
.github/workflows/gen-arch-config.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Generate ${{ inputs.arch }} config
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
21
22
- name: Install cross-compilation toolchain
23
run: |
@@ -48,7 +48,7 @@ jobs:
48
esac
49
50
- name: Upload generated config
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
52
with:
53
name: config-${{ inputs.arch }}-${{ inputs.kernel_version }}
54
- path: configs/base/${{ inputs.arch == 'arm64' && 'aarch64' || 'riscv64' }}.config
+ path: configs/base/${{ inputs.arch == 'arm64' && 'aarch64' || 'riscv64' }}.config
0 commit comments