Skip to content

Commit bb07e5f

Browse files
Bump actions/upload-pages-artifact from 4 to 5 in the dependencies group
Bumps the dependencies group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e236e8 commit bb07e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
source: ./
2828
- name: 'Upload artifact'
29-
uses: actions/upload-pages-artifact@v4
29+
uses: actions/upload-pages-artifact@v5
3030
with:
3131
path: ./output
3232

0 commit comments

Comments
 (0)