Skip to content

Commit 9eea659

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#461)
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 7e34fc9 commit 9eea659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--minify \
5959
--baseURL "${{ steps.pages.outputs.base_url }}/"
6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6262
with:
6363
path: ./public
6464

0 commit comments

Comments
 (0)