Skip to content

Commit 6e13699

Browse files
⬆️ Bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d03b4a8 commit 6e13699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147147

148148
- name: Download all the build artifacts
149-
uses: actions/download-artifact@v3
149+
uses: actions/download-artifact@v4.1.7
150150
with:
151151
path: release-artifacts
152152

0 commit comments

Comments
 (0)