From 1dab6789eae0ecca7eed0c154ab9c5c5b0d51a2c Mon Sep 17 00:00:00 2001 From: max-ieremenko <> Date: Sun, 17 May 2026 14:25:06 +0200 Subject: [PATCH] build actions v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad0258de..a2c4869b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies shell: pwsh @@ -35,7 +35,7 @@ jobs: run: ./Build/build.ps1 -Mode "github" -GithubToken "${{ secrets.GITHUB_TOKEN }}" - name: Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: packages path: |