Skip to content

Commit 02bd206

Browse files
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] <support@github.com>
1 parent af82716 commit 02bd206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
run: sudo chown -R $USER .build/html
187187
- if: matrix.build-dev-dashboard
188188
id: deployment
189-
uses: actions/upload-pages-artifact@v3
189+
uses: actions/upload-pages-artifact@v4
190190
with:
191191
path: .build/html
192192

0 commit comments

Comments
 (0)