Skip to content

Commit 9f9e4f7

Browse files
Merge branch 'main' into accessibility-12154
2 parents 7173425 + 2fe9f07 commit 9f9e4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/rspec-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: bundle exec rspec
3535
- name: Archive RSpec screenshots
3636
if: always()
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: rspec-screenshots
4040
path: tmp/screenshots
@@ -71,7 +71,7 @@ jobs:
7171
run: bundle exec rspec
7272
- name: Archive RSpec screenshots
7373
if: always()
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: rspec-screenshots
7777
path: tmp/screenshots

0 commit comments

Comments
 (0)