diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5177650..49ce33f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,7 +37,7 @@ jobs: - name: Build single app for ${{ env.SCRIPT_NAME }} run: pyinstaller ${{ env.SCRIPT_NAME }}.py --icon=trik-studio.ico --onefile - name: Archive artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ env.SCRIPT_NAME }}-${{ runner.os }}-${{ env.SHA }} path: |