mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
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:
committed by
Rusty Russell
parent
b0e3d483e6
commit
e3a9bda301
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user