Skip to content

Commit 997a7b1

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1324905 commit 997a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: [select-dc-files, build-html]
8282
steps:
8383
- name: Downloading all build artifacts
84-
uses: actions/download-artifact@v2
84+
uses: actions/download-artifact@v4.1.7
8585
with:
8686
path: artifact-dir
8787
- name: Publishing builds on susedoc.github.io

0 commit comments

Comments
 (0)