We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fe068 commit 17c7b04Copy full SHA for 17c7b04
.github/workflows/ci-cd.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
uv run mkdocs build --strict
32
- name: Upload build artifacts
33
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
34
with:
35
name: build
36
path: dist
@@ -53,7 +53,7 @@ jobs:
53
- name: Checkout
54
uses: actions/checkout@v6
55
- name: Download build artifacts
56
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
57
58
59
0 commit comments