Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 4c8e3bc

Browse files
fix(deps): bump actions/upload-pages-artifact from 1.0.8 to 1.0.9 (#863)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79fdf92 commit 4c8e3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm run build
4545

4646
- name: Upload Production Artifact
47-
uses: actions/upload-pages-artifact@v1.0.8
47+
uses: actions/upload-pages-artifact@v1.0.9
4848
with:
4949
path: dist
5050

0 commit comments

Comments
 (0)