Skip to content

Commit d8f6443

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#571)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86084fe commit d8f6443

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
allow-prereleases: true
8787

8888
- name: Get packages
89-
uses: actions/[email protected].8
89+
uses: actions/[email protected].9
9090
with:
9191
name: ${{ needs.package.outputs.artifact-name }}
9292
path: dist

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: "3.X"
3939

4040
- name: Get packages
41-
uses: actions/[email protected].8
41+
uses: actions/[email protected].9
4242
with:
4343
name: ${{ needs.ci.outputs.artifact-name }}
4444
path: dist
@@ -71,7 +71,7 @@ jobs:
7171
id-token: write
7272
steps:
7373
- name: Get packages
74-
uses: actions/[email protected].8
74+
uses: actions/[email protected].9
7575
with:
7676
name: ${{ needs.ci.outputs.artifact-name }}
7777
path: dist

changes/571.misc.rst

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

0 commit comments

Comments
 (0)