Skip to content

Commit 84f3890

Browse files
dependabot[bot]lgirdwood
authored andcommitted
build(deps): 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] <support@github.com>
1 parent d1d9f2b commit 84f3890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# download the build result from the same workflow
8888
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
8989
- name: download HTML
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4.1.7
9191
with:
9292
name: html
9393
path: html

0 commit comments

Comments
 (0)