Skip to content

Commit ce5ad10

Browse files
Merge remote-tracking branch 'origin/1.3' into create-pull-request/1.3.20.0
2 parents b79cc30 + d6844b3 commit ce5ad10

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/dco.yml

-18
This file was deleted.

.github/workflows/test-and-build-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
mv ./build/*.zip ./build/${{ env.PLUGIN_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
6969
7070
- name: Upload Artifact
71-
uses: actions/upload-artifact@v1
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: gantt-chart-ubuntu
7474
path: ./OpenSearch-Dashboards/plugins/dashboards-visualizations/build
@@ -128,7 +128,7 @@ jobs:
128128
mv ./build/*.zip ./build/${{ env.PLUGIN_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
129129
130130
- name: Upload Artifact
131-
uses: actions/upload-artifact@v1
131+
uses: actions/upload-artifact@v4
132132
with:
133133
name: gantt-chart-windows
134134
path: ./OpenSearch-Dashboards/plugins/dashboards-visualizations/build

0 commit comments

Comments
 (0)