Skip to content

Commit 9e49ab9

Browse files
committed
Update upload-artifact action from version v3 to v4.
1 parent ee4a745 commit 9e49ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/run-cypress-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
- name: Upload test reports as an artifact
3939
# should be run even if the tests fail
4040
if: always()
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: cypress-docker-reports
4444
path: |

0 commit comments

Comments
 (0)