From 7367a38b48da362564f6024d5130653b29d922c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:23:02 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 (#251) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3d5072..b0afd89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: run: dotnet build --no-restore - name: Upload artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 if: github.event_name != 'pull_request' with: name: ConfusedPolarBear.Plugin.IntroSkipper-${{ env.GIT_HASH }}.dll @@ -59,7 +59,7 @@ jobs: if-no-files-found: error - name: Upload artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 if: github.event_name == 'pull_request' with: name: ConfusedPolarBear.Plugin.IntroSkipper-${{ github.head_ref }}.dll