Skip to content

Commit 2243e02

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#2725)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad1e294 commit 2243e02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
- name: Install dependencies
255255
run: pip install -U -r requirements_minimal.txt
256256
- name: Download all coverage artifacts
257-
uses: actions/download-artifact@v4.2.1
257+
uses: actions/download-artifact@v4.3.0
258258
- name: Combine Linux coverage results
259259
run: |
260260
coverage combine coverage-linux*/.coverage

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id-token: write
5151
steps:
5252
- name: Download release assets
53-
uses: actions/download-artifact@v4.2.1
53+
uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: release-assets
5656
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write
6868
steps:
6969
- name: Download release assets
70-
uses: actions/download-artifact@v4.2.1
70+
uses: actions/download-artifact@v4.3.0
7171
with:
7272
name: release-assets
7373
path: dist/

0 commit comments

Comments
 (0)