From 0525b5b195d07df76d776913803168a87915978d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:46:11 +0000 Subject: [PATCH] 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> --- .github/workflows/build-raspi4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-raspi4.yaml b/.github/workflows/build-raspi4.yaml index e75a64f..96281dc 100644 --- a/.github/workflows/build-raspi4.yaml +++ b/.github/workflows/build-raspi4.yaml @@ -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*