Skip to content

Commit acf0680

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9
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) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b53bbac commit acf0680

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
allow-prereleases: true
9191

9292
- name: Get Packages
93-
uses: actions/download-artifact@v4.1.8
93+
uses: actions/download-artifact@v4.1.9
9494
with:
9595
name: ${{ needs.package.outputs.artifact-name }}
9696
path: dist
@@ -149,7 +149,7 @@ jobs:
149149
extra: dev
150150

151151
- name: Retrieve Coverage Data
152-
uses: actions/download-artifact@v4.1.8
152+
uses: actions/download-artifact@v4.1.9
153153
with:
154154
pattern: coverage-data-*
155155
merge-multiple: true

.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 packages
42-
uses: actions/download-artifact@v4.1.8
42+
uses: actions/download-artifact@v4.1.9
4343
with:
4444
name: ${{ needs.ci.outputs.artifact-name }}
4545
path: dist

0 commit comments

Comments
 (0)