Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.3' into create-pull-request/1.…
Browse files Browse the repository at this point in the history
…3.20.0
  • Loading branch information
peterzhuamazon committed Nov 27, 2024
2 parents 4d3ea66 + ecb1da9 commit e094d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
mv ./build/*.zip ./build/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
- name: Upload Artifact For Linux
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dashboards-reports-linux
path: ./build/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
mv ./build/*.zip ./build/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
- name: Upload Artifact For Windows
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dashboards-reports-windows
path: ./build/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}.zip
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

0 comments on commit e094d13

Please sign in to comment.