Skip to content

Commit cce669f

Browse files
build(deps): bump actions/download-artifact from 3 to 4 (#203)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5178c67 commit cce669f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: always()
4040
steps:
4141
- name: Download Artifacts
42-
uses: actions/download-artifact@v3
42+
uses: actions/download-artifact@v4
4343
with:
4444
path: artifacts
4545
- name: Publish Test Results
@@ -57,7 +57,7 @@ jobs:
5757
# Sources are needed for Codecov report
5858
- uses: actions/checkout@v4
5959
- name: Download Artifacts
60-
uses: actions/download-artifact@v3
60+
uses: actions/download-artifact@v4
6161
with:
6262
path: artifacts
6363
- name: CodeCov

0 commit comments

Comments
 (0)