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:
renovate[bot] 2024-03-26 12:46:11 +00:00 committed by GitHub
parent 504242a5aa
commit 0525b5b195

View file

@ -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*