mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
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
|
run: ./.travis.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wren-linux
|
name: wren-linux
|
||||||
path: |
|
path: |
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: ./.travis.sh
|
run: ./.travis.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wren-mac
|
name: wren-mac
|
||||||
path: |
|
path: |
|
||||||
@ -58,4 +58,4 @@ jobs:
|
|||||||
name: wren-windows
|
name: wren-windows
|
||||||
path: |
|
path: |
|
||||||
bin/*
|
bin/*
|
||||||
lib/*
|
lib/*
|
||||||
|
|||||||
Reference in New Issue
Block a user