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 :-)
This commit is contained in:
Christian Decker 2022-12-23 10:47:53 +01:00 committed by Rusty Russell
parent b0e3d483e6
commit e3a9bda301

View file

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