mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
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:
parent
e2a2739341
commit
d74e5b6cc7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user