From: Iker Pedrosa Date: Thu, 5 Dec 2024 11:39:33 +0000 (+0100) Subject: CI: update artifacts action X-Git-Tag: 4.17.0-rc1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdb5e2b79ff0c15ecfed172263f94bd94766ec57;p=thirdparty%2Fshadow.git CI: update artifacts action v3 of upload-artifact actions is being deprecated, so let's move to v4. Link: https://github.com/actions/upload-artifact Signed-off-by: Iker Pedrosa --- diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index 1506e46c7..f0fb5e25c 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -90,7 +90,7 @@ jobs: - name: Store artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-build path: |