Skip to content

Commit fc4e5a5

Browse files
chore(deps): update actions/upload-artifact action to v4 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8fe7aa commit fc4e5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build Documentation
3636
run: yarn docs
3737
- name: Upload Documentation Artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: docs
4141
path: docs/api.json

0 commit comments

Comments
 (0)