Skip to content

Commit 1f36a18

Browse files
Bump actions/download-artifact from 5 to 6 (#4427)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0159bba commit 1f36a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ jobs:
185185

186186
- name: Download web (only for master)
187187
if: github.ref == 'refs/heads/master'
188-
uses: actions/download-artifact@v5
188+
uses: actions/download-artifact@v6
189189
with:
190190
name: foreman-docs-web-${{ env.BRANCH_NAME }}
191191
path: public
192192

193193
- name: Download HTML
194-
uses: actions/download-artifact@v5
194+
uses: actions/download-artifact@v6
195195
with:
196196
name: foreman-docs-html-${{ env.BRANCH_NAME }}
197197
path: public/${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)