Skip to content

Commit 3f59c0c

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#46)
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 9475bc4 commit 3f59c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Get Build Artifacts
63-
uses: actions/download-artifact@v4.1.9
63+
uses: actions/download-artifact@v4.2.1
6464
with:
6565
pattern: dist-*
6666
path: dist

0 commit comments

Comments
 (0)