Skip to content

Commit 7a26927

Browse files
build(deps): bump actions/upload-pages-artifact from 3 to 4 (#195)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a565f3 commit 7a26927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Jekyll Build
2525
run: bundle exec jekyll build
2626
- name: Upload artifact
27-
uses: actions/upload-pages-artifact@v3
27+
uses: actions/upload-pages-artifact@v4
2828
deploy:
2929
runs-on: ubuntu-latest
3030
needs: build

0 commit comments

Comments
 (0)