Skip to content

Commit b8cfaff

Browse files
authored
Merge pull request #2469 from codebar/dependabot/github_actions/actions-deps-35b2a8182b
chore(deps): bump the actions-deps group with 3 updates
2 parents 270b72b + c5f1c85 commit b8cfaff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
bundler-cache: true
4242

4343
- name: Cache Playwright browsers
44-
uses: actions/cache@v3
44+
uses: actions/cache@v5
4545
id: playwright-cache
4646
with:
4747
path: ~/.cache/ms-playwright
@@ -78,7 +78,7 @@ jobs:
7878
cp coverage/.resultset.json coverage/resultset-${{ matrix.ci_node_index }}.json
7979
8080
- name: Upload coverage artifacts
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: coverage-${{ matrix.ci_node_index }}
8484
path: coverage/resultset-${{ matrix.ci_node_index }}.json
@@ -98,7 +98,7 @@ jobs:
9898
bundler-cache: true
9999

100100
- name: Download all coverage artifacts
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v7
102102
with:
103103
path: coverage-results
104104

0 commit comments

Comments
 (0)