Skip to content

Commit 1a0a058

Browse files
chore(deps): bump actions/upload-pages-artifact from 3 to 4
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] <[email protected]>
1 parent 9ecaeb9 commit 1a0a058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
JEKYLL_ENV: production
6262
- name: 💾 store artifact
6363
# Automatically uploads an artifact from the './_site' directory by default
64-
uses: actions/upload-pages-artifact@v3
64+
uses: actions/upload-pages-artifact@v4
6565

6666
# Deployment job
6767
deploy:

0 commit comments

Comments
 (0)