We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b79cc30 + d6844b3 commit ce5ad10Copy full SHA for ce5ad10
.github/workflows/dco.yml
.github/workflows/test-and-build-workflow.yml
@@ -68,7 +68,7 @@ jobs:
68
mv ./build/*.zip ./build/${{ env.PLUGIN_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
69
70
- name: Upload Artifact
71
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
72
with:
73
name: gantt-chart-ubuntu
74
path: ./OpenSearch-Dashboards/plugins/dashboards-visualizations/build
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
name: gantt-chart-windows
134
0 commit comments