forked from Mirror/wren
try v4 of artifact actions
This commit is contained in:
6
.github/workflows/.githubCI.yml
vendored
6
.github/workflows/.githubCI.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
run: ./.travis.sh
|
||||
shell: bash
|
||||
working-directory: ./
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wren-linux
|
||||
path: |
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
run: ./.travis.sh
|
||||
shell: bash
|
||||
working-directory: ./
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wren-mac
|
||||
path: |
|
||||
@ -58,4 +58,4 @@ jobs:
|
||||
name: wren-windows
|
||||
path: |
|
||||
bin/*
|
||||
lib/*
|
||||
lib/*
|
||||
|
||||
Reference in New Issue
Block a user