Skip to content

Commit 7569330

Browse files
Update actions/download-artifact action to v4
1 parent 7ac8899 commit 7569330

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
@@ -94,7 +94,7 @@ jobs:
9494
- name: Give test coverage reporter executable permissions
9595
run: chmod +x cc-test-reporter
9696

97-
- uses: actions/download-artifact@v3.0.2
97+
- uses: actions/download-artifact@v4.1.0
9898
with:
9999
name: coverage-${{ matrix.ruby }}
100100
path: coverage

0 commit comments

Comments
 (0)