From 29c1daa54e73795383d0b0810dca62e0089cee5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:33:41 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .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..07ec833 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@v7 with: name: main-${{ matrix.os }}-${{ matrix.python-version }} path: dist/* \ No newline at end of file