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 270b72b + c5f1c85 commit b8cfaffCopy full SHA for b8cfaff
1 file changed
.github/workflows/ruby.yml
@@ -41,7 +41,7 @@ jobs:
41
bundler-cache: true
42
43
- name: Cache Playwright browsers
44
- uses: actions/cache@v3
+ uses: actions/cache@v5
45
id: playwright-cache
46
with:
47
path: ~/.cache/ms-playwright
@@ -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@v4
+ uses: actions/upload-artifact@v6
82
83
name: coverage-${{ matrix.ci_node_index }}
84
path: coverage/resultset-${{ matrix.ci_node_index }}.json
@@ -98,7 +98,7 @@ jobs:
98
99
100
- name: Download all coverage artifacts
101
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
102
103
path: coverage-results
104
0 commit comments