We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef76106 commit b692ca7Copy full SHA for b692ca7
.github/workflows/tests.yml
@@ -29,13 +29,13 @@ jobs:
29
RAILS_ENV: test
30
run: bin/rails db:setup test:all
31
- name: Upload screenshots from failed system tests
32
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
33
if: failure()
34
with:
35
name: screenshots
36
path: ${{ github.workspace }}/tmp/screenshots
37
if-no-files-found: ignore
38
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
39
40
name: rails-coverage
41
path: coverage
@@ -49,7 +49,7 @@ jobs:
49
- run_tests
50
steps:
51
- uses: actions/checkout@v5
52
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
53
54
55
- uses: codecov/codecov-action@v5
0 commit comments