We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ed8bd commit 2fe9f07Copy full SHA for 2fe9f07
.github/workflows/rspec-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
run: bundle exec rspec
35
- name: Archive RSpec screenshots
36
if: always()
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: rspec-screenshots
40
path: tmp/screenshots
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments