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