We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8756586 commit 500beddCopy full SHA for 500bedd
1 file changed
.github/workflows/cd.yml
@@ -74,7 +74,7 @@ jobs:
74
REACT_APP_API_URL: ${{secrets.REACT_APP_API_URL}}
75
76
- name: Upload a Build Artifact
77
- uses: actions/upload-artifact@v3.0.0
+ uses: actions/upload-artifact@v3.1.3
78
79
if: ${{github.event_name != 'pull_request'}}
80
with:
@@ -90,14 +90,14 @@ jobs:
90
wait-on: http://localhost:3000
91
92
- name: Upload Cypress Screenshots
93
94
if: failure()
95
96
name: cypress-screenshots
97
path: cypress/screenshots
98
99
- name: Upload Cypress Videos
100
101
102
103
name: cypress-videos
0 commit comments