Skip to content

Commit 5133f72

Browse files
committed
Merge remote-tracking branch 'upstream/dependabot/github_actions/actions/download-artifact-4' into dependabot/github_actions/actions/upload-artifact-4
2 parents b878692 + 2f599a4 commit 5133f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Download coverage artifacts
141-
uses: actions/download-artifact@v3
141+
uses: actions/download-artifact@v4
142142

143143
- name: Codecov upload
144144
uses: codecov/codecov-action@v3

.github/workflows/test_functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
uses: actions/checkout@v4
314314

315315
- name: Download coverage artifacts
316-
uses: actions/download-artifact@v3
316+
uses: actions/download-artifact@v4
317317

318318
- name: Codecov upload
319319
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)