Skip to content

Commit 17c7b04

Browse files
chore(deps): update github artifact actions
1 parent 76fe068 commit 17c7b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
uv run mkdocs build --strict
3232
- name: Upload build artifacts
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: build
3636
path: dist
@@ -53,7 +53,7 @@ jobs:
5353
- name: Checkout
5454
uses: actions/checkout@v6
5555
- name: Download build artifacts
56-
uses: actions/download-artifact@v7
56+
uses: actions/download-artifact@v8
5757
with:
5858
name: build
5959
path: dist

0 commit comments

Comments
 (0)