Skip to content

Commit 9ef1c6a

Browse files
Update actions/download-artifact action to v4
1 parent 54b2d5e commit 9ef1c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Give test coverage reporter executable permissions
105105
run: chmod +x cc-test-reporter
106106

107-
- uses: actions/download-artifact@v3.0.2
107+
- uses: actions/download-artifact@v4.1.1
108108
with:
109109
name: coverage-${{ matrix.ruby }}
110110
path: coverage

0 commit comments

Comments
 (0)