diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5665d9766..603003905 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -41,7 +41,7 @@ jobs: bundler-cache: true - name: Cache Playwright browsers - uses: actions/cache@v3 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -78,7 +78,7 @@ jobs: cp coverage/.resultset.json coverage/resultset-${{ matrix.ci_node_index }}.json - name: Upload coverage artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 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@v4 + uses: actions/download-artifact@v7 with: path: coverage-results