From 0e0ed24745921f220c3f8f85c2b05ef2d259a3f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:02:33 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .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 c411d77..3ddb455 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@v4 + uses: actions/upload-artifact@v5 with: name: main-${{ matrix.os }}-${{ matrix.python-version }} path: dist/* \ No newline at end of file