Skip to content

Commit df97212

Browse files
authored
Merge branch 'main' into dependabot/github_actions/astral-sh/setup-uv-7.1.2
2 parents a621055 + 9485a36 commit df97212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: touch site/.nojekyll
6666

6767
- name: Upload artifact
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: docs-site
7171
path: site/
@@ -85,7 +85,7 @@ jobs:
8585
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
8686
8787
- name: Download artifact
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
name: docs-site
9191
path: site

0 commit comments

Comments
 (0)