Skip to content

Commit

Permalink
bumping actions/upload-artifact (#450) (#452)
Browse files Browse the repository at this point in the history
(cherry picked from commit 29d9946)

Signed-off-by: Sean Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2024
1 parent e94c813 commit 43a3469
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 43a3469

Please sign in to comment.