From d417f41992868d52708b77840793c38692561237 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 20 Sep 2025 20:41:58 -0600 Subject: [PATCH] new workflow --- .github/dependabot.yml | 7 ------- .github/workflows/build.yml | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 31ad88e..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gitsubmodule - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 621b335..9a12434 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:PlatformTarget=x86 build/t4sp-server-plugin.sln - name: Upload ${{matrix.configuration}} binaries - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v4.6.2 with: name: ${{matrix.configuration}} binaries path: | @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Download Binaries - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.3.0 with: name: Release binaries