Skip to content

Commit c04fae4

Browse files
authoredMar 23, 2025··
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#220)
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) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2184f0 commit c04fae4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
allow-prereleases: true
7777

7878
- name: Get packages
79-
uses: actions/download-artifact@v4.1.9
79+
uses: actions/download-artifact@v4.2.1
8080
with:
8181
name: ${{ needs.package.outputs.artifact-name }}
8282
path: dist

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: "3.x"
4040

4141
- name: Get Package
42-
uses: actions/download-artifact@v4.1.9
42+
uses: actions/download-artifact@v4.2.1
4343
with:
4444
name: ${{ needs.ci.outputs.artifact-name }}
4545
path: dist

‎changes/220.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/download-artifact from 4.1.9 to 4.2.1.

0 commit comments

Comments
 (0)
Please sign in to comment.