We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact
1 parent 1d27a05 commit e9fa969Copy full SHA for e9fa969
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
bundler-cache: true
29
- run: COVERAGE=1 bundle exec rspec
30
31
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
32
with:
33
name: coverage-report
34
path: 'coverage/*'
0 commit comments