Skip to content

Commit 200531d

Browse files
updated workflows (#1089) (#1090)
(cherry picked from commit 4776c96) Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com> 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>
1 parent 781788f commit 200531d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cypress-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
command: yarn run cypress run
7777

7878
# Screenshots are only captured on failure, will change this once we do visual regression tests
79-
- uses: actions/upload-artifact@v1
79+
- uses: actions/upload-artifact@v4
8080
if: failure()
8181
with:
8282
name: cypress-screenshots
8383
path: OpenSearch-Dashboards/plugins/alerting-dashboards-plugin/cypress/screenshots
8484
# Test run video was always captured, so this action uses "always()" condition
85-
- uses: actions/upload-artifact@v1
85+
- uses: actions/upload-artifact@v4
8686
if: always()
8787
with:
8888
name: cypress-videos

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
asset_path: ${{ steps.build_zip.outputs.zip_path }}
9090
asset_content_type: application/zip
9191
- name: Upload Workflow Artifacts
92-
uses: actions/upload-artifact@v1
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: alerting-plugin
9595
path: ${{ steps.build_zip.outputs.zip_path }}

0 commit comments

Comments
 (0)