diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9891a3e9e..bb290ec2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: - name: Publish library run: dotnet pack -c Release -v minimal --no-build --no-restore --include-symbols --include-source -o ./artifacts DisCatSharp.sln - name: Upload artifacts - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: DisCatSharp path: ./artifacts/ diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index 6d2f0a81f..fec5b1f91 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -40,7 +40,7 @@ jobs: shell: pwsh run: ./DisCatSharp.Tools/pack-docs.ps1 -DocsPath "./DisCatSharp.Docs" -OutputPath "./" -PackageName "dcs-docs-preview" - name: Upload packed docs - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: dcs-docs-preview.zip path: dcs-docs-preview.zip