Skip to content

Commit 5eea410

Browse files
authored
Merge pull request #2511 from codebar/dependabot/github_actions/actions-deps-985357984d
chore(deps): bump the actions-deps group with 2 updates
2 parents acda8b9 + aebd41a commit 5eea410

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v6
81+
uses: actions/upload-artifact@v7
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@v7
101+
uses: actions/download-artifact@v8
102102
with:
103103
path: coverage-results
104104

0 commit comments

Comments
 (0)