Skip to content

Commit 6b1f15f

Browse files
committed
reverted workflow
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
1 parent 12c20ab commit 6b1f15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-e2e-workflow-template.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,19 @@ jobs:
113113
command: ${{ inputs.test-command }}
114114
wait-on: 'http://localhost:5601'
115115
# Screenshots are only captured on failure, will change this once we do visual regression tests
116-
- uses: actions/upload-artifact@v1
116+
- uses: actions/upload-artifact@v4
117117
if: failure()
118118
with:
119119
name: cypress-screenshots
120120
path: cypress-test/cypress/screenshots
121121
# Test run video was always captured, so this action uses "always()" condition
122-
- uses: actions/upload-artifact@v1
122+
- uses: actions/upload-artifact@v4
123123
if: always()
124124
with:
125125
name: cypress-videos
126126
path: cypress-test/cypress/videos
127127
# Test reports was always captured, so this action uses "always()" condition
128-
- uses: actions/upload-artifact@v1
128+
- uses: actions/upload-artifact@v4
129129
if: always()
130130
with:
131131
name: cypress-results

0 commit comments

Comments
 (0)