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