Update version of upload-artifacts following deprecation
This commit is contained in:
parent
5f70e245a2
commit
4178905fa7
|
@ -69,7 +69,7 @@ jobs:
|
||||||
mv *.bottle.tar.gz bottles
|
mv *.bottle.tar.gz bottles
|
||||||
|
|
||||||
- name: Upload bottle
|
- name: Upload bottle
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openblas--HEAD.catalina.bottle.tar.gz
|
name: openblas--HEAD.catalina.bottle.tar.gz
|
||||||
path: bottles
|
path: bottles
|
||||||
|
|
Loading…
Reference in New Issue