Skip to content

Commit 1d216c8

Browse files
chore(deps): update workflow dependencies
1 parent 2a238b6 commit 1d216c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gen-arch-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Generate ${{ inputs.arch }} config
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Install cross-compilation toolchain
2323
run: |
@@ -48,7 +48,7 @@ jobs:
4848
esac
4949
5050
- name: Upload generated config
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: config-${{ inputs.arch }}-${{ inputs.kernel_version }}
54-
path: configs/base/${{ inputs.arch == 'arm64' && 'aarch64' || 'riscv64' }}.config
54+
path: configs/base/${{ inputs.arch == 'arm64' && 'aarch64' || 'riscv64' }}.config

0 commit comments

Comments
 (0)