Skip to content

Commit f9609c4

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#10304)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact 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 58a97bf commit f9609c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.1.9
53+
uses: actions/download-artifact@v4.2.1
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.1.9
70+
uses: actions/download-artifact@v4.2.1
7171
with:
7272
name: release-assets
7373
path: dist/

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
116116
needs.tests-linux.outputs.python-key }}
117117
- name: Download all coverage artifacts
118-
uses: actions/download-artifact@v4.1.9
118+
uses: actions/download-artifact@v4.2.1
119119
- name: Combine coverage results
120120
run: |
121121
. venv/bin/activate

0 commit comments

Comments
 (0)