Skip to content

Commit 7d48c56

Browse files
Update GitHub Artifact Actions to v4
1 parent a039b44 commit 7d48c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Save coverage
7676
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
7777

78-
- uses: actions/upload-artifact@v3.1.2
78+
- uses: actions/upload-artifact@v4.3.1
7979
with:
8080
name: coverage-${{ matrix.ruby }}
8181
path: coverage/codeclimate.${{ matrix.ruby }}.json
@@ -96,12 +96,12 @@ jobs:
9696
- name: Give test coverage reporter executable permissions
9797
run: chmod +x cc-test-reporter
9898

99-
- uses: actions/download-artifact@v3.0.2
99+
- uses: actions/download-artifact@v4.1.2
100100
with:
101101
name: coverage-2.6
102102
path: coverage
103103

104-
- uses: actions/download-artifact@v3.0.2
104+
- uses: actions/download-artifact@v4.1.2
105105
with:
106106
name: coverage-2.7
107107
path: coverage

0 commit comments

Comments
 (0)