Skip to content

Commit a111258

Browse files
authored
try v4 of artifact actions
1 parent e3fc563 commit a111258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/.githubCI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: ./.travis.sh
1919
shell: bash
2020
working-directory: ./
21-
- uses: actions/upload-artifact@v2
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
name: wren-linux
2424
path: |
@@ -36,7 +36,7 @@ jobs:
3636
run: ./.travis.sh
3737
shell: bash
3838
working-directory: ./
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: wren-mac
4242
path: |
@@ -58,4 +58,4 @@ jobs:
5858
name: wren-windows
5959
path: |
6060
bin/*
61-
lib/*
61+
lib/*

0 commit comments

Comments
 (0)