Skip to content

Commit 087363a

Browse files
authored
Merge pull request #9378 from Fryguy/update_cypress_env
Update cypress env
2 parents 1ce6d90 + 6be2fa3 commit 087363a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby-version:
14-
- '3.0'
14+
- '3.1'
1515
node-version:
1616
- 18
1717
cypress-browser:
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run tests
6565
run: bundle exec rake
6666
- name: Save artifacts
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
if: failure()
6969
with:
7070
name: cypress-${{ matrix.cypress-browser }}

0 commit comments

Comments
 (0)