diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 603003905..ddec86290 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -78,7 +78,7 @@ jobs: cp coverage/.resultset.json coverage/resultset-${{ matrix.ci_node_index }}.json - name: Upload coverage artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.ci_node_index }} path: coverage/resultset-${{ matrix.ci_node_index }}.json @@ -98,7 +98,7 @@ jobs: bundler-cache: true - name: Download all coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: coverage-results