Skip to content

Commit

Permalink
Remove dco and update artifact action to v4 (#405)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Shien <bshien@amazon.com>
  • Loading branch information
bshien authored Nov 27, 2024
1 parent 87a063a commit d6844b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mv ./build/*.zip ./build/${{ env.PLUGIN_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: gantt-chart-ubuntu
path: ./OpenSearch-Dashboards/plugins/dashboards-visualizations/build
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
mv ./build/*.zip ./build/${{ env.PLUGIN_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: gantt-chart-windows
path: ./OpenSearch-Dashboards/plugins/dashboards-visualizations/build

0 comments on commit d6844b3

Please sign in to comment.