Skip to content

Commit

Permalink
upgradeupload-artifact version
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <menwe@amazon.com>
  • Loading branch information
mengweieric committed Dec 6, 2024
1 parent 76815cc commit 40975fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 @@ -123,7 +123,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
Expand Down Expand Up @@ -184,7 +184,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-macos
path: ./OpenSearch-Dashboards/plugins/dashboards-visualizations/build
Expand Down

0 comments on commit 40975fa

Please sign in to comment.