upload-artifact v4 -> v3
This commit is contained in:
parent
f8ba7f27c5
commit
5ab26b0207
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: win-on-linux
|
name: win-on-linux
|
||||||
path: /artifact
|
path: /artifact
|
||||||
|
|
Loading…
Add table
Reference in a new issue