From b906119d0fe91ed801d7e71597d497262ac9de25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:43:07 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 843866f..d942254 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: pyinstaller --onefile --windowed main.py - name: Upload executable - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: main-${{ matrix.os }}-${{ matrix.python-version }} path: dist/* \ No newline at end of file