mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 17:44:20 +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:
committed by
Rusty Russell
parent
6920e36135
commit
a6ade2e071
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
|
||||
|
||||
Reference in New Issue
Block a user