We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2fa1e commit f84f60bCopy full SHA for f84f60b
1 file changed
.github/workflows/documentation.yml
@@ -37,7 +37,7 @@ jobs:
37
shell: pwsh
38
run: ./pack-docs.ps1 -DocsPath "./DisCatSharp.Extensions.Docs" -OutputPath "./" -PackageName "dcs-ext-docs"
39
- name: Upload packed docs
40
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
41
with:
42
name: dcs-ext-docs.zip
43
path: dcs-ext-docs.zip
@@ -56,7 +56,7 @@ jobs:
56
57
run: Get-ChildItem -Exclude .git* | Remove-Item -Recurse -Force
58
- name: Download packed docs
59
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
60
61
62
- name: Extract new docs
0 commit comments