Skip to content

Commit faee1ec

Browse files
committed
ci: upgrade actions/upload-artifact to v3 (node 16)
1 parent f06515e commit faee1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Appraisal RSpec
6565
run: |
6666
bundle exec appraisal rspec --force-color
67-
- uses: actions/upload-artifact@v2
67+
- uses: actions/upload-artifact@v3
6868
with:
6969
name: rspec-coverage
7070
path: ./coverage

0 commit comments

Comments
 (0)