Skip to content

Commit 95d9ccb

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#291)
Bumps the github-actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major 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 010c3cb commit 95d9ccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Download input artifact
9797
if: env.INPUT_SITE_ARTIFACT != ''
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v7
9999
with:
100100
name: ${{ env.INPUT_SITE_ARTIFACT }}
101101
path: project
@@ -221,7 +221,7 @@ jobs:
221221
run: 7z a _site.zip ./_site/*
222222

223223
- name: Upload artifact
224-
uses: actions/upload-artifact@v5
224+
uses: actions/upload-artifact@v6
225225
with:
226226
name: site
227227
path: _site.zip
@@ -252,7 +252,7 @@ jobs:
252252
run: rm -f -r ./gh-pages/*
253253

254254
- name: Download artifact
255-
uses: actions/download-artifact@v6
255+
uses: actions/download-artifact@v7
256256
with:
257257
name: site
258258
path: gh-pages

0 commit comments

Comments
 (0)