Skip to content

Commit 387ce94

Browse files
authored
Merge pull request #7 from appwrite-labs/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents c93c003 + 356ab44 commit 387ce94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run docs:build
4141

4242
- name: Upload build artifact
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: docs-dist
4646
path: docs/.vitepress/dist/

0 commit comments

Comments
 (0)