diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3b48a01..24af62a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -37,7 +37,7 @@ jobs: shell: pwsh run: ./pack-docs.ps1 -DocsPath "./DisCatSharp.Extensions.Docs" -OutputPath "./" -PackageName "dcs-ext-docs" - name: Upload packed docs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dcs-ext-docs.zip path: dcs-ext-docs.zip @@ -56,7 +56,7 @@ jobs: shell: pwsh run: Get-ChildItem -Exclude .git* | Remove-Item -Recurse -Force - name: Download packed docs - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dcs-ext-docs.zip - name: Extract new docs