Update actions/upload-artifact to v3

v2 depends on Node.js 12 which will be removed from GHA in the near future
This commit is contained in:
bjorn3 2022-12-15 12:22:57 +00:00
parent e2a2739341
commit d74e5b6cc7

View File

@ -122,7 +122,7 @@ jobs:
- name: Upload prebuilt cg_clif
if: matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
path: cg_clif.tar.xz