mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
ci: Update the upload-artifact step to v3
GH was complaining about Node v12 being used in v2.2.4. We used to hold back from this upgrade because v3 was breaking quotas, but we should try again.
This commit is contained in:
parent
6920e36135
commit
a6ade2e071
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
|||
mv testpack.tar.bz2 cln-${CFG}.tar.bz2
|
||||
- name: Check rust packages
|
||||
run: cargo test --all
|
||||
- uses: actions/upload-artifact@v2.2.4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cln-${{ matrix.CFG }}.tar.bz2
|
||||
path: cln-${{ matrix.CFG }}.tar.bz2
|
||||
|
|
Loading…
Add table
Reference in a new issue