Skip to content

Commit c5f1c85

Browse files
chore(deps): bump the actions-deps group with 3 updates
Bumps the actions-deps group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/cache` from 3 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v5) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 270b72b commit c5f1c85

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)