Skip to content

Commit d5fabea

Browse files
Bump actions/download-artifact in the compatible group
Bumps the compatible group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: compatible ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b4d5c2 commit d5fabea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
runs-on: ubuntu-20.04
244244
steps:
245245
- name: Download distribution files
246-
uses: actions/download-artifact@v4.1.9
246+
uses: actions/download-artifact@v4.2.1
247247
with:
248248
name: dist-packages
249249
path: dist
@@ -289,7 +289,7 @@ jobs:
289289
id-token: write
290290
steps:
291291
- name: Download distribution files
292-
uses: actions/download-artifact@v4.1.9
292+
uses: actions/download-artifact@v4.2.1
293293
with:
294294
name: dist-packages
295295
path: dist

0 commit comments

Comments
 (0)