Skip to content

Commit 2bbfc25

Browse files
authored
ci: update actions/upload-artifact to v4
1 parent 1d27a05 commit 2bbfc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
bundler-cache: true
2929
- run: COVERAGE=1 bundle exec rspec
3030

31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: coverage-report
3434
path: 'coverage/*'

0 commit comments

Comments
 (0)