From e3a9bda301c9c83201a425ba0f96e551b5798e8c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 23 Dec 2022 10:47:53 +0100 Subject: [PATCH] ci: Downgrade the upload-artifact action to v2.2.4 There seem to be a couple of issues with Bad Requests with later versions, trying this :-) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51d0e7ee1..672923dec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -153,7 +153,7 @@ jobs: # Rename now so we don't clash mv testpack.tar.bz2 cln-${CFG}.tar.bz2 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2.2.4 with: name: cln-${{ matrix.CFG }}.tar.bz2 path: cln-${{ matrix.CFG }}.tar.bz2