We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acda8b9 + aebd41a commit 5eea410Copy full SHA for 5eea410
1 file changed
.github/workflows/ruby.yml
@@ -78,7 +78,7 @@ jobs:
78
cp coverage/.resultset.json coverage/resultset-${{ matrix.ci_node_index }}.json
79
80
- name: Upload coverage artifacts
81
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
82
with:
83
name: coverage-${{ matrix.ci_node_index }}
84
path: coverage/resultset-${{ matrix.ci_node_index }}.json
@@ -98,7 +98,7 @@ jobs:
98
bundler-cache: true
99
100
- name: Download all coverage artifacts
101
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
102
103
path: coverage-results
104
0 commit comments