Skip to content

Commit 57e6a54

Browse files
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 in the github-actions group across 1 directory (#334)
build(deps): bump actions/download-artifact Bumps the github-actions group with 1 update in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5b88b1 commit 57e6a54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll-build.yml

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

9898
- name: Download input artifact
9999
if: env.INPUT_SITE_ARTIFACT != ''
100-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
100+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
101101
with:
102102
name: ${{ env.INPUT_SITE_ARTIFACT }}
103103
path: project
@@ -256,7 +256,7 @@ jobs:
256256
run: rm -f -r ./gh-pages/*
257257

258258
- name: Download artifact
259-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
259+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
260260
with:
261261
name: site
262262
path: gh-pages

0 commit comments

Comments
 (0)