Skip to content

Commit 2fe9f07

Browse files
chore: update upload-artifact github action
1 parent 91ed8bd commit 2fe9f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)