ci(github-action)!: Update actions/upload-artifact action to v4 (#15)
| datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | actions/upload-artifact | v3 | v4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
504242a5aa
commit
0525b5b195
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-raspi4.yaml
vendored
2
.github/workflows/build-raspi4.yaml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Build SD Image
|
||||
run: |
|
||||
nix build .#images.${{ github.event.inputs.image }}
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rpi4.img
|
||||
path: ./result/sd-image/*.img*
|
||||
|
|
Reference in a new issue