From 181194c3d3747aa0fa516fea389d639d794303dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:13:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/documentation_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61d1ee711c..9961bd85d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,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.1.0 + uses: actions/upload-artifact@v4.2.0 with: name: DisCatSharp path: ./artifacts/ \ No newline at end of file diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index c43e6f4cd9..53021fc7f0 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -42,7 +42,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.1.0 + uses: actions/upload-artifact@v4.2.0 with: name: dcs-docs-preview.zip path: dcs-docs-preview.zip