File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Pack Tableau JDBC connector
16
16
id : pack-tableau-jdbc
17
17
run : |
18
18
zip -r opensearch_sql_jdbc.taco . -x *.taco
19
19
working-directory : bi-connectors/TableauConnector/src
20
20
- name : Upload Tableau JDBC connector
21
21
if : steps.pack-tableau-jdbc.outcome == 'success'
22
- uses : actions/upload-artifact@v2
22
+ uses : actions/upload-artifact@v3
23
23
with :
24
24
name : TableauConnectors
25
25
path : bi-connectors/TableauConnector/src/opensearch_sql_jdbc.taco
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : lychee Link Checker
16
16
id : lychee
17
17
uses : lycheeverse/lychee-action@master
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches-ignore :
7
7
- ' dependabot/**'
8
- paths :
9
- - ' .'
10
- - ' .github/workflows/sql-jdbc-test-and-build-workflow.yml'
11
8
12
9
jobs :
13
10
build :
14
11
strategy :
15
12
matrix :
16
- entry :
17
- - { os: ubuntu-latest }
18
- - { os: windows-latest, os_build_args: -x compileJdbc -x jacocoTestReport}
19
- - { os: macos-latest, os_build_args: -x compileJdbc -x jacocoTestReport }
20
13
java :
21
14
- 11
22
15
- 17
39
32
cp ./build/libs/*.jar sql-jdbc-builds
40
33
41
34
- name : Upload Artifacts
42
- uses : actions/upload-artifact@v2
35
+ uses : actions/upload-artifact@v3
43
36
with :
44
- name : sql-jdbc
37
+ name : sql-jdbc-java-${{ matrix.java }}
45
38
path : sql-jdbc-builds
You can’t perform that action at this time.
0 commit comments