mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +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:
parent
b0e3d483e6
commit
e3a9bda301
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue