Skip to content

Commit 41e748c

Browse files
Merge pull request #75 from Relaticle/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6
2 parents 37e5ecd + 8f0eacf commit 41e748c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
DOCS_VERSION: v3
4848

4949
- name: Upload v3 artifact
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: docs-v3
5353
path: ./docs/.output/public
@@ -81,7 +81,7 @@ jobs:
8181
DOCS_VERSION: v2
8282

8383
- name: Upload v2 artifact
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: docs-v2
8787
path: ./docs/.output/public

0 commit comments

Comments
 (0)