Skip to content

Commit 82c47cf

Browse files
build(deps): bump actions/download-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f85f62a commit 82c47cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Download input artifact
8888
if: inputs.site_artifact != ''
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
name: ${{ inputs.site_artifact }}
9292
path: project
@@ -243,7 +243,7 @@ jobs:
243243
run: rm -f -r ./gh-pages/*
244244

245245
- name: Download artifact
246-
uses: actions/download-artifact@v4
246+
uses: actions/download-artifact@v5
247247
with:
248248
name: site
249249
path: gh-pages

0 commit comments

Comments
 (0)