From 41aca66138d2a9eabcf1ffcd87d42c46690e70b3 Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Thu, 14 Nov 2024 14:38:45 +0100 Subject: [PATCH] ghactions: bump upload-artifact to v4 Older versions will case the lane to auto-fail Signed-off-by: Francesco Romani --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc256447..5d8e5cff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: pushd _dist && sha256sum * >> ../SHA256SUMS && mv ../SHA256SUMS . && popd - name: upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: _dist/*