Skip to content

Commit

Permalink
bumping actions/upload-artifact (opensearch-project#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <[email protected]>
  • Loading branch information
sejli authored Sep 26, 2024
1 parent e5e220b commit 29d9946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
whoami && yarn build && mv -v ./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: dashboards-search-relevance-${{ matrix.os }}
path: ./OpenSearch-Dashboards/plugins/dashboards-search-relevance/build
Expand Down Expand Up @@ -171,7 +171,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: dashboards-search-relevance-${{ matrix.os }}
path: ./OpenSearch-Dashboards/plugins/dashboards-search-relevance/build

0 comments on commit 29d9946

Please sign in to comment.