Skip to content

Commit

Permalink
ci: Update the upload-artifact step to v3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cdecker authored and rustyrussell committed Jul 23, 2023
1 parent 6920e36 commit a6ade2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6ade2e

Please sign in to comment.