Skip to content

Commit bf12a58

Browse files
committed
update upload-artifact@v4
Signed-off-by: Sean Kao <[email protected]>
1 parent 6c02a69 commit bf12a58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/bi-connectors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: bi-connectors/TableauConnector/src
2020
- name: Upload Tableau JDBC connector
2121
if: steps.pack-tableau-jdbc.outcome == 'success'
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: TableauConnectors
2525
path: bi-connectors/TableauConnector/src/opensearch_sql_jdbc.taco

Diff for: .github/workflows/sql-jdbc-test-and-build-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cp ./build/libs/*.jar sql-jdbc-builds
3434
3535
- name: Upload Artifacts
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: sql-jdbc-java-${{ matrix.java }}
3939
path: sql-jdbc-builds

0 commit comments

Comments
 (0)